Oceania · Australia

Current time in Melbourne

Australian Eastern Standard Time. Currently on standard time.

AEST · UTC+10:00IANA: Australia/Melbourne37.81° S · 144.96° E
Current time☾ Night
05:56:54

Saturday, June 6, 2026

☾ NIGHT 07:2812:1817:08
Sunrise
07:28
Solar noon
12:18
Sunset
17:08

Offset right now

UTC+10:00

Australian Eastern Standard Time · AEST

Daylight saving

Not active

Returns Oct 4, 2026 · in 4 months

Through the current period

34%
Apr 5, 2026Oct 4, 2026

About Melbourne time

Melbourne keeps two clocks.

In Melbourne, workdays run on Australian Eastern Standard Time (UTC +10), meaning the city’s cafés, trams, and office towers come alive a full ten hours ahead of Coordinated Universal Team headquartered in UTC hubs like London. Being in the Southern Hemisphere, Melbourne flips the seasonal script—mid-year brings shorter days and cooler rhythms, while summer months stretch workdays around late-evening golden-hour coffees along the Yarra. Remote teams should remember that Melbourne springs forward in October and falls back in April, so double-check shared calendars when scheduling beyond the standard mid-autumn-to-mid-spring window.

Daylight saving

The year, by the clock.

Currently AEST
Summer timeAESTSummer time5 Apr · −1h4 Oct · +1h Jan 2026 Dec

Now

AEST

Standard · since Apr 5, 2026

Next change

Oct 4, 2026

Clocks spring forward · in 4 months

Frequently asked questions

Common questions about Melbourne's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Does Melbourne observe daylight saving?
Yes—Melbourne moves the clocks forward from the first Sunday in October to the first Sunday in April, shifting the UTC offset from UTC +10 to UTC +11 during that interval.
What does the daylight-saving flip mean for remote teams?
Between October and April, partners in Melbourne are UTC +11 instead of the usual +10, so status updates or stand-ups scheduled at 9 a.m. local time land one hour earlier on UTC-based clocks than in winter.
How far ahead is Melbourne of London and New York?
While on standard time (April–October), Melbourne sits +10 hours from London (UTC+11 when London is on summer time) and +15 hours ahead of New York (ET). When both Melbourne and New York observe daylight saving, their gap narrows to 14 hours.
Why do Australian states disagree on daylight saving?
Only the southeastern states—like Victoria (Melbourne), New South Wales, and Tasmania—opt in; Queensland and Western Australia historically skip it, leading to different offsets across the continent at the same calendar date.
Is Melbourne’s sunrise similar to London or New York?
In winter, Melbourne’s latitude (~38 °S) gives it noticeably earlier sunrises than London or New York despite the shared standard-time offset, so local collaborators may start the day in daylight while northern colleagues still work in the dark.
How does Australia/Melbourne’s latitude shape office culture?
Southern Hemisphere seasons mean Melbourne’s hottest business quarter lands in December–January. Teams often book flex-days during Aussie summer, mirroring northern holiday rhythms—just reversed—so sprint cycles sometimes pause over Christmas.
Can I rely on “AEST” year-round?
No—Melbourne alternates between AEST (UTC +10, April–October) and AEDT (UTC +11, October–April), and many apps auto-label both as “Australian Eastern Time” without clarifying the seasonal shift.
What’s the best rule of thumb for stand-up overlap with Melbourne?
If your team is in UTC±0, aim for 6–8 p.m. London to catch Melbourne between 4–6 a.m. AEST (5–7 a.m. AEDT). That still gives both sides a workable window before Melbourne wraps lunchtime.

Free · Developer API

Time, as JSON.

Every IANA time zone with live offsets, DST status, and the countries and cities that use them — clean, dependable JSON. Sign up free and get an API key in seconds.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// France's time zones, right now
GET /v1/timezones?country=fr
{
"data": [
{
"iana": "Europe/Paris",
"display_name": "Paris",
"current": {
"utc_offset": "+02:00",
"abbreviation": "CEST",
"is_dst": true
}
}
]
}