GetTimezoneInfo
Method Signature
GetTimezoneInfo(timezone=[string], locale=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Output timezone information
<bx:output>
The local date and time are #now()#.
</bx:output>
<bx:set info = GetTimeZoneInfo() >
<bx:output>
<p>Total offset in seconds is #info.UTCTOTALOFFSET#.</p>
<p>Offset in hours is #info.UTCHOUROFFSET#.</p>
<p>Offset in minutes minus the offset in hours is #info.UTCMINUTEOFFSET#.</p>
<p>Is Daylight Savings Time in effect? #info.ISDSTON#.</p>
</bx:output>Get Hawaii timezone information in German
Additional Examples
Related
Last updated
Was this helpful?
