info("localtimezone")

The info(“localtimezone”) function returns the local time zone for the current location of your computer.


Description

This function returns the local time zone for the current location of your computer (assuming the computer is configured correctly). The zone is returned as a continent/city pair, like this:

info("localtimezone") ☞ America/Los_Angeles

Use the info(“timezones”) function for a list of all possible local time zones.


See Also


History

VersionStatusNotes
10.2NewNew in this version