Asia · China

Current time in Quzhou

China Standard Time.

CST · UTC+08:00IANA: Asia/Shanghai28.96° N · 118.87° E
Current time☀ Daylight
12:38:45

Tuesday, June 2, 2026

05:0612:0218:58
Sunrise
05:06
Solar noon
12:02
Sunset
18:58

Offset right now

UTC+08:00

China Standard Time · CST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Quzhou time

Quzhou keeps one clock.

Cowper, New South Wales is a small riverside town on Australia's Mid-North Coast, living by Australian Eastern Standard Time because daylight saving ends in April. Businesses here flip between UTC+11 during the warmer months when daylight saving ticks forward and UTC+10 when it switches back in winter. Remote workers scheduling calls should keep that spring-forward, autumn-back rhythm in mind for anything east of the Great Dividing Range.

Frequently asked questions

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

Does Cowper practice daylight saving?
Cowper itself doesn't set the clocks, but it falls inside New South Wales, which observes daylight saving from the first Sunday in October to the first Sunday in April, pushing an hour ahead of Australian Eastern Standard Time.
What UTC offset is Cowper on during summer and winter?
In summer (daylight saving) Cowper operates on UTC+11. Once daylight saving ends, it reverts to UTC+10 for the cooler months.
Why does Cowper's offset change during the year?
Australia uses daylight saving to lengthen evening daylight in New South Wales and other participating states, so Cowper cycles between two offsets rather than staying fixed year-round.
What's the best time to schedule a call with Cowper-based colleagues?
Mid-morning in Cowper aligns with business hours in East Asia-Pacific peers; just double-check whether daylight saving is active to nail the exact hour.
How far is Cowper from the nearest major city?
The closest major city's time remains the same as Cowper's, given the two locations are in the same state and observes the same daylight saving rules.
Does all of Australia follow the Cowper's time pattern or daylight saving?
No; breaks out of the picture, so not all Australian states observe daylight saving meaning remote teams must carefully track which state or territory they're syncing with.

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
}
}
]
}