Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 1.96 KB

File metadata and controls

66 lines (54 loc) · 1.96 KB

Function: SetTimezone

Sets the timezone of the current request context

Method Signature

SetTimezone(timezone=[string])

Arguments

Argument Type Required Description Default
timezone string true The string representation or three character alias of the timezone

Examples

Related