Date to Unix Timestamp Converter
Convert an explicit ISO instant into Unix timestamp seconds.
Timestamp Interpretation
timestamp seconds = milliseconds since the Unix epoch / 1000.
Date-only input means midnight UTC; date-time input must include Z or an explicit offset.
What A Unix timestamp seconds Result Represents
Ambiguous locale dates and timezone-less date-times are rejected rather than normalized.
Reference Example
1970-01-01 UTC/offset produces 0 s under the declared profile. The calculator carries the value through the operation before formatting the displayed result.
Learn More About This Topic
Use the timestamp guide when accepted date input, timezone interpretation, or seconds-versus-milliseconds output matters. For more context, read how Unix timestamps work before using the result in a real workflow.
Frequently Asked Questions
Ambiguous locale dates and timezone-less date-times are rejected rather than normalized.
Date-only input means midnight UTC; date-time input must include Z or an explicit offset.
A date-only input is interpreted as midnight UTC. A date-time must include Z or an explicit numeric offset.
Related Converter Tools
More converters in Time Converter: