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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

Time.UnixTimeStampToFileMaker

Converts time from unix to FileMaker.

Component Version macOS Windows Linux Server iOS SDK
Time 8.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Time.UnixTimeStampToFileMaker"; UnixTime { ; GMT } )   More

Parameters

Parameter Description Example Flags
UnixTime The time value from unix. 1527786192
GMT Pass 1 for GMT or 0 for local time zone.
Default is 0 for local time.
0 Optional

Result

Returns OK or error.

Description

Converts time from unix to FileMaker.
Pass unix time, which is number of seconds since 1970.

Examples

Convert time:

MBS( "Time.UnixTimeStampToFileMaker"; 1527786192 )

Example result: "31.05.2018 19:03:12"

See also

Release notes

Blog Entries

Created 31st May 2018, last changed 31st May 2018


Time.UnixTimeStamp - Time.Wait

Feedback: Report problem or ask question.