This VSCode extension converts between UNIX timestamps and JST (Japan Standard Time).
- Convert JST to UNIX timestamp
- Convert UNIX timestamp to JST
- Easy-to-use VSCode commands Palette
To install this extension in VSCode:
- Open VSCode
- Go to the Extensions view (Ctrl+Shift+X)
- Search for "JST-UNIX Timestamp Converter"
- Click Install
After installation, you can use the following commands in VSCode: You can access these commands through the Command Palette (Ctrl+Shift+P).
Convert JST to UNIX
: Converts a JST time string to a UNIX timestampConvert UNIX to JST
: Converts a UNIX timestamp to a JST time string
This project is licensed under the MIT License - see the LICENSE file for details.