Epoch to AEST / AEDT (Australia Eastern)

Convert a Unix epoch timestamp to Australian Eastern Time (AEST/AEDT, UTC+10:00 / +11:00 (DST)) — seconds or milliseconds — right in your browser. No upload, no time API.

Quick answer

Australian Eastern Time is UTC+10 (AEST) in the southern winter and UTC+11 (AEDT) in the southern summer, roughly October to April. TryDevSnip applies the correct offset for each epoch using the Australia/Sydney zone, in your browser.

Australian Eastern daylight saving runs opposite to the northern hemisphere. The Australia/Sydney zone handles the reversed schedule automatically.

Open Timestamp Converter (AEST/AEDT)Unix timestamp to date

Worked example

Epoch 1768478400 is the same instant everywhere — only the wall-clock reading changes:

Seconds since epoch1768478400
Milliseconds1768478400000
UTC (ISO 8601)2026-01-15T12:00:00Z
AEST/AEDT (Australia/Sydney)15 Jan 2026, 23:00:00 GMT+11

Nominal offset for this zone: UTC+10:00 / +11:00 (DST).

Where epoch conversions go wrong

Other zones: UTC · IST · PST · EST · CST · GMT/BST · CET · JST · KST

Frequently asked questions

How do I convert a Unix timestamp to AEST/AEDT?

Australian Eastern Time is UTC+10 (AEST) in the southern winter and UTC+11 (AEDT) in the southern summer, roughly October to April. TryDevSnip applies the correct offset for each epoch using the Australia/Sydney zone, in your browser.

What is the AEST/AEDT offset from UTC?

Australian Eastern Time (AEST/AEDT) is UTC+10:00 / +11:00 (DST). TryDevSnip applies it — including daylight saving where it applies — using your browser’s timezone engine.

Does this call a server or time API?

No. TryDevSnip converts locally with dayjs and your browser clock. Epochs are not uploaded to our servers for processing.

TryDevSnip