ts2d
v1.0.2
Published
Convert timestamp to date
Readme
ts2d
Convert timestamp to date.
Usage
npx ts2d 1669611660000
# => 2022/11/28 13:01:00 +0800
# Get current date time (no argument)
npx ts2dEnvironment Variables
TZorTIMEZONE: Set timezone (default: auto-detected local timezone)DATE_FORMAT: Set output format (default:YYYY/MM/DD HH:mm:ss ZZ)
Examples
TZ=America/New_York npx ts2d 1669611660000
# => 2022/11/28 00:01:00 -0500
DATE_FORMAT='YYYYMMDD_HHmmss' npx ts2d 1669611660000
# => 20221128_130100License
MIT
