EnvTZ will return the TZ env value if it is set, go will revert any invalid timezone to UTC.
LocalTZ will run `/etc/localtime` and get the timezone from the resulting value `/usr/share/zoneinfo/America/New_York`.
RuntimeTZ get the full timezone name of the local machine.