gives the current time zone for the computer system on which the Wolfram System is being run.
$SystemTimeZone
gives the current time zone for the computer system on which the Wolfram System is being run.
Details
- The time zone gives the number of hours that must be added to Greenwich Mean Time (GMT) to obtain local time.
- $SystemTimeZone is set at the beginning of your Wolfram System session to the time zone specified by the computer system on which it is running.
- The Wolfram System assumes that the time returned by the system clock on your computer system is for the time zone corresponding to $SystemTimeZone.
Examples
open all close allBasic Examples (1)
Properties & Relations (2)
The value of $TimeZone is initialized to $SystemTimeZone when the kernel launches:
$TimeZone == $SystemTimeZone$TimeZone can have its value reset, but $SystemTimeZone is Protected:
$TimeZone = "America/Chicago"DateObject[]$SystemTimeZone = "Europe/London"Attributes[$SystemTimeZone]Tech Notes
Related Guides
History
Introduced in 2015 (10.3)
Text
Wolfram Research (2015), $SystemTimeZone, Wolfram Language function, https://reference.wolfram.com/language/ref/$SystemTimeZone.html.
CMS
Wolfram Language. 2015. "$SystemTimeZone." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/$SystemTimeZone.html.
APA
Wolfram Language. (2015). $SystemTimeZone. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/$SystemTimeZone.html
BibTeX
@misc{reference.wolfram_2026_$systemtimezone, author="Wolfram Research", title="{$SystemTimeZone}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/$SystemTimeZone.html}", note=[Accessed: 16-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_$systemtimezone, organization={Wolfram Research}, title={$SystemTimeZone}, year={2015}, url={https://reference.wolfram.com/language/ref/$SystemTimeZone.html}, note=[Accessed: 16-June-2026]}