jsynowiec / vscode-insertdatestring

An extension for Visual Studio Code that provides a configurable command for inserting the current date and time
MIT License
63 stars 14 forks source link

Insert UnixTimestamp (in seconds) #16

Closed MrVauxs closed 4 years ago

MrVauxs commented 4 years ago

A quick suggestion to add an option to insert the amount of seconds since Jan 01 1970, rather than milliseconds.

jsynowiec commented 4 years ago

@MrVauxs You can use custom format to do that. Use the "Insert Formatted DateTime" action and type u as a format.

jsynowiec commented 4 years ago

Closing as stale.