GetTimeZone()
Returns the timezone defined for the current request.
GetTimeZone( );
Returns: Timezone
This function does not take any arguments.
Usage Notes
editAdobe introduced an incompatible version of this function with ACF 2021, which simply duplicates the functionality of GetTimeZoneInfo()
Examples
edit writeDump(getTimeZone());
See also
- Compatibility / Migration with other CFML engines
- Date and time
- GetTimeZoneInfo()
- SetTimeZone()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)