Time Guides
Support guides for Unix timestamps, duration conversion, and date-versus-epoch decisions.
Guides In This Topic
These guides explain timestamps, durations, and scheduling context behind the time tools.
Popular Time Converter Tools
When you already know the exact task, move from these support pages into the direct conversion or formatting tools.
TimeSeconds to Minutes
Convert an elapsed Seconds value into Minutes. Fixed elapsed-duration relationship.
TimeMinutes to Hours
Convert an elapsed Minutes value into Hours. Fixed elapsed-duration relationship.
TimeHours to Days
Convert an elapsed Hours value into Days. Fixed elapsed-duration relationship.
TimeDays to Weeks
Convert an elapsed Days value into Weeks. Fixed elapsed-duration relationship.
TimeUnix Timestamp to Date
Interpret a second-based Unix timestamp as an ISO UTC instant. Seconds since 1970-01-01T00:00:00Z; POSIX/Unix time does not represent leap seconds.
TimeDate to Unix Timestamp
Convert an explicit ISO instant into Unix timestamp seconds. Date-only input means midnight UTC; date-time input must include Z or an explicit offset.