Time zone · Europe

NST

Novosibirsk Standard Time

Novosibirsk Standard Time (NST) is a fixed UTC+07:00 zone used in parts of Russia, including Novosibirsk. With no daylight saving changes, it offers a consistent and predictable timekeeping experience year-round.

UTC+07:00 standard1 IANA zone
Current time in NST☀ Daylight
10:29:43

Sunday, May 31, 2026

06:00noon18: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 fixed UTC+07:00 zone used in parts of Russia, including Novosibirsk. With no daylight saving changes, it offers a consistent and predictable timekeeping experience year-round.

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

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

What is Novosibirsk Standard Time?
Novosibirsk Standard Time (NST) is a time zone with a fixed offset of UTC+07:00, used in regions like Novosibirsk in Russia.
Does Novosibirsk observe daylight saving time?
No, Novosibirsk Standard Time does not observe daylight saving time. The offset remains UTC+07:00 throughout the year.
Which areas use Novosibirsk Standard Time?
NST is primarily used in parts of Russia, including the city of Novosibirsk and surrounding regions in southern Siberia.
Why doesn’t Novosibirsk change its clocks?
Russia abolished daylight saving time in 2014, opting for permanent standard time in most regions, including Novosibirsk.
How does NST compare to Moscow Time?
Novosibirsk Standard Time is 4 hours ahead of Moscow Standard Time (UTC+3:00), meaning when it’s noon in Moscow, it’s already 4 PM in Novosibirsk.
Is Novosibirsk the largest city in this time zone?
Yes, Novosibirsk is the largest city in the NST zone and serves as a major scientific, industrial, and transportation hub in Siberia.
What are the benefits of a fixed time zone like NST?
A fixed time zone eliminates the confusion and scheduling disruptions caused by seasonal clock changes, making it easier for businesses and residents to plan consistently.
When was Novosibirsk Standard Time last adjusted?
The current UTC+07:00 offset has been in effect since May 30, 2021, with no planned changes.
How does NST affect international collaboration?
The stable UTC+07:00 offset simplifies coordination with global partners, as there are no unexpected shifts due to daylight saving 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
}
}
]
}