Time zone · Europe

NST

Novosibirsk Standard Time

Novosibirsk Standard Time (NST) is a Russian time region that stays fixed at UTC+07:00 year-round in Novosibirsk, Siberia’s largest city, with no daylight saving shifts—so schedules stay steady for locals and global teams across all four seasons.

UTC+07:00 standard1 IANA zone1 city
Current time in NST☾ Night
03:04:55

Saturday, June 6, 2026

☾ NIGHT 04:5313:2622:00
Standard
+07 · +7
IANA zones
1

Current offset

UTC+07:00

Standard · +07

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About NST

A fixed, year-round offset.

Novosibirsk Standard Time (NST) is a Russian time region that stays fixed at UTC+07:00 year-round in Novosibirsk, Siberia’s largest city, with no daylight saving shifts—so schedules stay steady for locals and global teams across all four seasons.

IANA zones · the technical identifiers

The zone that resolve to NST.

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/NovosibirskNovosibirsk— None

Cities currently on NST

The same hour, city by city.

1 city · all UTC+07:00

Where NST is used

One country.

Same offset · UTC+07:00

Other zones at UTC+07:00 right now.

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

Frequently asked questions

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

Which time zone does NST cover?
NST is represented by Asia/Novosibirsk in Russia, located in southwestern Siberia.
Does Novosibirsk observe daylight saving time?
No. NST does not observe daylight saving time and remains at UTC+07:00 throughout the year.
What is the current offset for Novosibirsk?
The current and standard offset is UTC+07:00, and this has been stable since 24 July 2016.
How many regions use Novosibirsk Standard Time?
Only one member zone, Asia/Novosibirsk, uses NST.
What is the time zone abbreviation for NST?
The abbreviation is +07, reflecting the fixed UTC+07:00 offset.
When was the current offset last changed?
The current offset became valid on 24 July 2016 at 03:00 local time in Novosibirsk.
Which main city represents NST?
Novosibirsk, the largest city in Siberia, represents this time region.
Are there any daylight saving transitions coming up?
No transitions are scheduled; NST stays fixed without daylight saving adjustments.
Is collaborations with Novosibirsk time zone predictable for global partners?
Yes, because NST never changes due to daylight saving, making scheduling consistent and easy to coordinate with global partners.

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