Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Timestamp UtilsNew to Visual Studio Code? Get it now.
Timestamp Utils

Timestamp Utils

JonathanWilkinson

|
279 installs
| (0) | Free
Utils for generating/manipulating unix timestamps
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Timestamp Utils

Writing unix timestamps is hard. Reading them is is harder. Timestamp Utils gives you simmple commands to insert and manipulate unix timestamps, and renders human-readable equivalents next to any ones it finds in your editor.

demo

Features

Insert Current Time (MS)

Inserts the current unix timestamp to the current cursor location.

Note: The timestamp will be millisecond resolution.

Insert From ISO Timestamp (MS)

Inserts a unix timestamp at the current cursor location using a user-provided ISO timestamp.

Note: The timestamp will be millisecond resolution.

Add Milliseconds

Overwrites a currently selected unix timestamp with a new timestamp modified by the user's input.

Add Seconds

Overwrites a currently selected unix timestamp with a new timestamp modified by the user's input.

Add Minutes

Overwrites a currently selected unix timestamp with a new timestamp modified by the user's input.

Add Hours

Overwrites a currently selected unix timestamp with a new timestamp modified by the user's input.

Add Days

Overwrites a currently selected unix timestamp with a new timestamp modified by the user's input.

Add Weeks

Overwrites a currently selected unix timestamp with a new timestamp modified by the user's input.

Add Months

Overwrites a currently selected unix timestamp with a new timestamp modified by the user's input.

Add Years

Overwrites a currently selected unix timestamp with a new timestamp modified by the user's input.

Toggle Hints

Toggles hints on/off for unix timestamps found in code.

Configuration

  • showHints: Shows an ISO timestamp hint next to any unix timestamps

Release Notes

0.0.2

Adds a new "hints" feature that shows the corresponding ISO timestamp next to any unix timestamps in the code editor.

0.0.1

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft