d2ts
v1.0.2
Published
Convert date to timestamp
Downloads
62
Readme
d2ts
Convert date to timestamp.
Usage
npx d2ts '2022/11/29 02:01:00'
# => 1669658460000 (TZ=Asia/Shanghai)
# Get current timestamp (no argument)
npx d2tsEnvironment Variables
TZorTIMEZONE: Set timezone (default: auto-detected local timezone)
Examples
TZ=America/New_York npx d2ts '2022/11/28 13:01:00'
# => 1669658460000
npx d2ts '2022/11/28 13:01:00 -0500'
# => 1669658460000
npx d2ts '2022-11-28T18:01:00Z'
# => 1669658460000
npx d2ts '2022-11-28'
# => 1669564800000 (assumes time 00:00:00)License
MIT
