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