ClearTimezone
Method Signature
ClearTimezone()Arguments
Examples
Clear the timezone
setTimeZone( "CET" );
writeOutput( getTimezoneInfo().TIMEZONE & "→ " );
clearTimeZone();
writeOutput( getTimezoneInfo().TIMEZONE );
Related
Last updated
Was this helpful?
