What Unix time represents
Unix time represents an instant as elapsed time relative to 1970-01-01T00:00:00Z. It is widely used in operating systems, application logs, databases and APIs because the numeric value itself is not a local wall-clock timezone.
Toolmera shows the same parsed instant as UTC, your browser-local time and ISO 8601.
Seconds vs. milliseconds
Many systems store Unix timestamps in seconds, while JavaScript Date.now() returns milliseconds. Toolmera can auto-detect the likely unit by numeric magnitude, and a manual selector is available when you already know the source format.
Both seconds and milliseconds are also shown when converting a calendar date back to epoch time.
Local time and UTC mode
Local mode interprets the date-time picker using the browser’s current timezone rules. UTC mode treats the entered calendar fields as UTC.
Daylight-saving behavior for local mode follows the timezone information available to the browser and operating system.