Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- Version 10.3
- Fixed time zone handling for Time.UnixTimeStamp and Time.UnixTimeStampToFileMaker functions.
- Version 8.3
- Added Time.UnixTimeStampToFileMaker function.
Blog Entries
This function is free to use.
Created 31st May 2018, last changed 31st May 2018
