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
Version | Status | Notes |
10.2 | New | New in this version |