@kszongic/timestamp-cli
v1.0.0
Published
Convert between unix timestamps and human-readable dates from the command line
Maintainers
Readme
@kszongic/timestamp-cli
Convert between unix timestamps and human-readable dates from the command line. Zero dependencies.
Install
npm i -g @kszongic/timestamp-cliUsage
# Current unix timestamp
timestamp
# → 1709600000
# Current time in all formats
timestamp now
# ISO: 2024-03-05T03:33:20.000Z
# UTC: Tue, 05 Mar 2024 03:33:20 GMT
# Local: Tue Mar 05 2024 03:33:20 GMT+0000
# Unix: 1709600000
# Ms: 1709600000000
# Unix → date
timestamp 1709600000
# Date string → unix
timestamp "2024-03-05"
# Milliseconds mode
timestamp -ms
timestamp 1709600000000 -msLicense
MIT © 2026 kszongic
