Timestamp - Time Conversion Utility
Convert Unix epoch timestamps to human-readable date/time formats and vice versa. Supports multiple timezones and common date formats for log processing.
Usage
timestamp-tool [options] <value>
Options
-u: Output as Unix timestamp-f FORMAT: Custom output format-z TIMEZONE: Convert to timezone
Examples
timestamp-tool 1714896000
timestamp-tool -u "2026-05-05 12:00:00"
timestamp-tool -z Asia/Shanghai now