Returns the time zone for the current request.
getTimeZone() → returns string
getTimeZone()
→ returns string
Set the time zone, then retrieve it.
setTimeZone("Etc/UTC"); writeOutput(getTimeZone().timezone);
Expected Result: Etc/UTC