SetTimezone
Method Signature
SetTimezone(timezone=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Set the current Timezone to CET
setTimezone( "CET" );
writeoutput( getTimezoneInfo().TIMEZONE );
Additional Examples
<bx:dump var="#getTimeZone()#">
<bx:set settimezone( "ART" ) >
<bx:dump var="#getTimeZone()#">Related
Last updated
Was this helpful?
