Skip to content

Convert a time zone

Parse a known timestamp format and render it in another named time zone.

Install in Serialize

What it can do

  • Parse an explicit source date format
  • Convert from UTC to a named IANA time zone
  • Render a readable result with its offset and zone abbreviation

Recipe

Translate DateTime Format
source format: DD/MM/YYYY HH:mm:ss
source zone: UTC
target zone: Australia/Queensland

Input: 15/06/2015 20:45:00

Expected output: Tuesday 16th June 2015 06:45:00 +10:00 AEST

Use cases

Incident timelines, distributed logs, support tickets, and cross-region audit trails. Always specify the source zone; a timestamp without a zone is ambiguous.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close