Clears the timezone that was set.
clearTimeZone()
returns void
Set the timezone and then clear it.
setTimeZone("CET"); writeOutput(getTimezoneInfo().timezone & "→ "); clearTimeZone(); writeOutput(getTimezoneInfo().timezone);