Convert Days to Hours
Convert days to hours
Convert a Unix timestamp to a human-readable date.
This tool converts a Unix timestamp (in seconds) into a human-readable date format (e.g., YYYY-MM-DD HH:MM:SS). It supports both local and UTC output, making it useful for quickly interpreting timestamps from logs, APIs, or systems that use Unix time.
This example shows how Unix timestamps are converted into human-readable dates. Each timestamp represents the number of seconds that have elapsed since January 1, 1970 (UTC).
In this example, the UTC suffix is removed from the output. This might be useful for embedding timestamps into other formats or for cleaner display.
This example demonstrates how timestamps are shown in your local timezone rather than UTC. The UTC suffix is omitted in this case.
Convert days to hours
Convert hours to days
Convert seconds to time format
Convert time format to seconds
Truncate clock time to specified precision
Calculate time between two dates
Generate and understand cron expressions
Check if a year is a leap year
Convert human time to decimal time
Generate Discord timestamps from dates