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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
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
Created 20th February 2019, last changed 20th February 2019
Time.TimeStampToUTC - Time.UnixTimeStamp
Feedback: Report problem or ask question.