Time zone · Antarctic

SYOWAT

Syowa Time

Syowat Time (SYOWAT) clocks in at UTC+03: 0 all year round, with no seasonal clock shifts — the same offset in place since Syowa Station first hoisted Japan’s flag on the Antarctic plateau in January 1957.

UTC+03:00 standard1 IANA zone
Current time in SYOWAT☾ Night
23:03:03

Friday, June 5, 2026

☾ NIGHT 06:00noon18:00
Standard
+03 · +3
IANA zones
1

Current offset

UTC+03:00

Standard · +03

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About SYOWAT

A fixed, year-round offset.

Syowat Time (SYOWAT) clocks in at UTC+03: 0 all year round, with no seasonal clock shifts — the same offset in place since Syowa Station first hoisted Japan’s flag on the Antarctic plateau in January 1957.

IANA zones · the technical identifiers

The zone that resolve to SYOWAT.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Antarctica/SyowaSyowa— None

Where SYOWAT is used

One country.

Same offset · UTC+03:00

Other zones at UTC+03:00 right now.

These named zones share SYOWAT's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

Common questions about SYOWAT, daylight saving, and how to handle it in software. Can't find what you need? Email [email protected].

What time zone does Japan’s Syowa research station use?
Syowa Station follows a fixed offset of UTC+ 03: 0 ( +03 ), which is the same as East Africa Time and Moscow Standard Time.
Does SYOWAT observe daylight saving?
No — because Antarctica has almost no permanent residents and SYOWAT covers just a single base, there are no daylight-saving transitions and no date known for a future change.
How far ahead of Tokyo is Syowat Time?
UTC+03: 0 is six hours behind Japan Standard Time (UTC+ 09: 0 ), so you subtract six hours from Tokyo time to get the current local clock at Syowa.
Is the offset link ed to Japan in any way ?
It is more a n operational convenience. Syowa aligns with the clocks of the resupply routes and partner facilities that frequently operate from Cape Town and other Indian Ocean hubs, which sit near UTC+ 02: 0 or +03: 0 .
When was the +03:00 offset adopted ?
The UI shows the current offset has been valid since January 29, 1957 , the day the base was originally established.
Can SYOWAT change its clocks in the future ?
Technically yes, but only if Japan’s Antarctic program decides. Because no clocks have moved in over 65 years, SYOWAT is treated as a permanent +03: 0 zone with no scheduled transitions.

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