Clears the current timezone in the request
ClearTimezone()
This function does not accept any arguments
Set the timezone and then clear it.
setTimeZone( "CET" );
writeOutput( getTimezoneInfo().TIMEZONE & "→ " );
clearTimeZone();
writeOutput( getTimezoneInfo().TIMEZONE );
Result: CET→ Etc/UTC