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/QueenslandInput: 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.