Developer Kit
Developer
Timestamp Converter
Convert Unix timestamps, milliseconds, and date strings.
Runs locally in your browser. No upload.
Paste input, choose an action, then copy or download the result.
Timestamp or date
Paste or edit the source, then run the tool.
Converted
Review the result, then copy or download it.
Result summary
Review the key fields below. Open developer details for the full raw JSON.
- Iso
- 2026-05-07T18:40:00.000Z
- Unix Seconds
- 1778179200
- Unix Milliseconds
- 1778179200000
- Utc
- Thu, 07 May 2026 18:40:00 GMT
- Local
- Thu May 07 2026 18:40:00 GMT+0000 (Coordinated Universal Time)
- Timezone
- Asia/Jakarta
Developer details
{
"iso": "2026-05-07T18:40:00.000Z",
"unixSeconds": 1778179200,
"unixMilliseconds": 1778179200000,
"utc": "Thu, 07 May 2026 18:40:00 GMT",
"local": "Thu May 07 2026 18:40:00 GMT+0000 (Coordinated Universal Time)",
"timezone": "Asia/Jakarta",
"timezoneDisplay": "05/08/2026, 01:40:00 GMT+7",
"sqlTimestampUtc": "2026-05-07 18:40:00.000",
"dateOnlyUtc": "2026-05-07",
"timeOnlyUtc": "18:40:00",
"relative": null,
"commonFormats": {
"rfc3339": "2026-05-07T18:40:00.000Z",
"rfc1123": "Thu, 07 May 2026 18:40:00 GMT",
"unixSeconds": 1778179200,
"unixMilliseconds": 1778179200000
}
}