Time zone · Antarctic

DAVIST

Davis Time

Davis Time (DAVIST) is a small Antarctic region-code used at Davis Station, covering 1 stable member zone with no daylight saving changes.

UTC+07:00 standard1 IANA zone
Current time in DAVIST☾ Night
03:01:12

Saturday, June 6, 2026

☾ NIGHT 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 DAVIST

A fixed, year-round offset.

Davis Time (DAVIST) is a small Antarctic region-code used at Davis Station, covering 1 stable member zone with no daylight saving changes.

IANA zones · the technical identifiers

The zone that resolve to DAVIST.

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

Where DAVIST is used

One country.

Same offset · UTC+07:00

Other zones at UTC+07:00 right now.

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

Frequently asked questions

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

What makes DAVIST offset unique?
It sits at UTC+07:00 with no DST, so it doesn’t shift with the seasons like many Antarctic-supply-zone offsets do.
How many timezones does DAVIST code cover?
Just one: Antarctica/Davis, mainly used by Davis Station and its logistics footprint.
Is there daylight saving in DAVIST?
No, it does not observe daylight saving; the region stays on its current offset year-round.
Which continent is DAVIST located in?
DAVIST zone (Antarctica/Davis) is located in Antarctica.
When did DAVIST most recently change offset?
According to the zone’s recorded history, the representative zone switched to its current fixed UTC+07:00 offset around 2012.
Does DAVIST have an official abbreviation?
+07 is commonly used. It is less standardized than city-based abbreviations, but practical for Antarctic station listings.
What is the next clock change for DAVIST?
There’s no known upcoming transition; DAVIST is a fixed Antarctic research-station zone without regular DST rules.

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