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
Converts timestamp to UTC.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Time | 6.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
TimeStamp | The input time stamp in local time zone. | ||
AsText | Boolean to decide whether to pass back timestamp (0, default) or text (1). | 1 | Optional |
Returns OK or error.
Convert local time to UTC:
MBS( "Time.TimeStampToUTC"; Get(CurrentTimeStamp) )
Example result: 11.12.2016 10:36:44
Convert time to UTC text:
MBS( "Time.TimeStampToUTC"; Get(CurrentTimeStamp); 1 )
Example result: 2016-12-11T10:36:50Z
Created 6th February 2016, last changed 11st December 2016
Time.Sleep - Time.TimeZoneOffset
Feedback: Report problem or ask question.