clearTimeZone()
Clears the timezone that you'd set.
clearTimeZone( );
Returns: void
This function does not take any arguments.
Examples
writeDump(getTimeZone());
setTimeZone("AET");
writeDump(getTimeZone());
clearTimezone();
writeDump(getTimeZone());
See also
- Date and time
- Internationalization
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)