Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Queries time zone offset.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Time | 9.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
AsText | Pass 1 to get back time zone as text like "+03:00". Otherwise default is zero to return as number of seconds. |
1 |
Returns value or error.
Query time zone as text:
MBS( "Time.TimeZoneOffset"; 1 )
Example result: "+01:00"
Query time zone as number:
MBS( "Time.TimeZoneOffset"; 0 )
Example result: 3600
This function is free to use.
Created 20th February 2019, last changed 20th February 2019