TimeZone
✖
TimeZone

is an option for DateObject, DateString, and related functions that specifies the time zone to use for dates and times.
Details

- The TimeZone option is typically used to specify the time zone associated with a given date or collection of dates.
- Possible TimeZone specifications include:
-
n number of hours added to GMT "zone" named time zone Entity["TimeZone", "zone"] time zone specified by the "TimeZone" entity loc time zone associated with the given location Automatic automatically determine the time zone None specify no time zone information - For numeric values of n, TimeZone->n specifies that results should be returned for a time zone in which n hours must be added to Greenwich Mean Time (GMT) to obtain local time.
- TimeZone->"zone" specifies that results should be returned using the appropriate offset for the named time zone "zone" on the appropriate date.
- Example time zone strings include "America/Chicago", "Europe/London", "Asia/Tokyo", "Zulu", "-04:00", "GMT+05:45", etc.
- A list of available time zone entities can be found using EntityList["TimeZone"].
- TimeZoneloc will use the time zone associated with the specified location Entity or GeoPosition loc.
- TimeZoneAutomatic indicates that the time zone value should be determined automatically, defaulting to $TimeZone if no time zone information is otherwise available.
- TimeZoneNone indicates that no explicit time zone information should be inserted, defaulting to $TimeZone in cases where time zone offset instantiation is necessary.
- The typical default setting is TimeZone:>$TimeZone.
Examples
open allclose allBasic Examples (2)Summary of the most common use cases
Scope (4)Survey of the scope of standard use cases
TimeZone values can be an Integer, Real, or time zone String:

https://wolfram.com/xid/0j41vri6-v85ckf


https://wolfram.com/xid/0j41vri6-ynzjjk


https://wolfram.com/xid/0j41vri6-c56pe6

Time zone strings will account for daylight saving time automatically:

https://wolfram.com/xid/0j41vri6-cckhcp


https://wolfram.com/xid/0j41vri6-cqrsx0

EntityList["TimeZone"] can be used to find available "TimeZone" entities:

https://wolfram.com/xid/0j41vri6-0uywz2

Main time zones in United States:

https://wolfram.com/xid/0j41vri6-k6jrh

Wolfram Research (1991), TimeZone, Wolfram Language function, https://reference.wolfram.com/language/ref/TimeZone.html (updated 2024).
Text
Wolfram Research (1991), TimeZone, Wolfram Language function, https://reference.wolfram.com/language/ref/TimeZone.html (updated 2024).
Wolfram Research (1991), TimeZone, Wolfram Language function, https://reference.wolfram.com/language/ref/TimeZone.html (updated 2024).
CMS
Wolfram Language. 1991. "TimeZone." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2024. https://reference.wolfram.com/language/ref/TimeZone.html.
Wolfram Language. 1991. "TimeZone." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2024. https://reference.wolfram.com/language/ref/TimeZone.html.
APA
Wolfram Language. (1991). TimeZone. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TimeZone.html
Wolfram Language. (1991). TimeZone. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TimeZone.html
BibTeX
@misc{reference.wolfram_2025_timezone, author="Wolfram Research", title="{TimeZone}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/TimeZone.html}", note=[Accessed: 16-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_timezone, organization={Wolfram Research}, title={TimeZone}, year={2024}, url={https://reference.wolfram.com/language/ref/TimeZone.html}, note=[Accessed: 16-April-2025
]}