Time zone · Asia

SST

Singapore Standard Time

Singapore Standard Time keeps everything running in sync across Singapore, sitting firmly at UTC+08:00 year-round with no daylight saving surprises—just steady, reliable timing for one of Asia's most dynamic business hubs.

UTC+08:00 standard1 IANA zone1 city
Current time in SST☾ Night
04:04:33

Saturday, June 6, 2026

☾ NIGHT 06:5713:0319:09
Standard
+08 · +8
IANA zones
1

Current offset

UTC+08:00

Standard · +08

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About SST

A fixed, year-round offset.

Singapore Standard Time keeps everything running in sync across Singapore, sitting firmly at UTC+08:00 year-round with no daylight saving surprises—just steady, reliable timing for one of Asia's most dynamic business hubs.

IANA zones · the technical identifiers

The zone that resolve to SST.

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
Asia/SingaporeSingapore— None

Cities currently on SST

The same hour, city by city.

1 city · all UTC+08:00

Where SST is used

One country.

Same offset · UTC+08:00

Other zones at UTC+08:00 right now.

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

Frequently asked questions

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

Why doesn’t Singapore observe daylight saving time?
Singapore’s location near the equator means daylight hours stay fairly consistent throughout the year, so there’s little practical need for seasonal clock shifts.
Has Singapore ever used daylight saving time?
No—Singapore has never observed daylight saving time, choosing instead to maintain a single, stable offset since adopting +08:00 in 1982.
What’s unique about Singapore’s time zone choice?
Though geographically closer to UTC+07:00, Singapore aligns with financial hubs like Hong Kong and Shanghai at UTC+08:00 to streamline business and communication across time zones.
When did Singapore adopt its current time standard?
On January 1, 1982, Singapore moved from UTC+07:30 to UTC+08:00, where it has remained permanently—simplifying scheduling for residents and businesses alike.
Does Singapore share its time zone with other countries?
Yes—SST aligns with regions in Brunei, Malaysia, the Philippines, and parts of China and Russia, creating a de facto pan-Asian business corridor across East and Southeast Asia.

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