cfdocs

clearTimeZone

Clears the timezone that was set.

clearTimeZone()
returns void

Clear the timezone

Set the timezone and then clear it.

setTimeZone("CET");
writeOutput(getTimezoneInfo().timezone & "");
clearTimeZone();
writeOutput(getTimezoneInfo().timezone);

Expected Result: CET→ Etc/UTC