Help

Table Of Contents
FILEMAKER PRO HELP 756
Description
The format of the value returned is determined by the operating system settings.
Note In client/server and peer-to-peer environments, Get(CurrentTimestamp) evaluates the
status of the client machine running the script
(not the host machine). For information on how
functions evaluate differently on the host versus the client, search the FileMaker Knowledge Base
available at http://help.filemaker.com
.
Examples
Returns 1/1/2014 11:30:00 AM when the system clock shows January 1, 2014 11:30:00.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Get(CurrentTimeUTCMilliseconds)
Purpose
Returns the current time in Coordinated Universal Time (UTC) to the nearest millisecond.
Format
Get(CurrentTimeUTCMilliseconds)
Parameters
None
Data type returned
number, time
Originated in
FileMaker Pro 13.0
Description
Returns the current time without time zone adjustments in the form of the number of milliseconds
since 1/1/0001. UTC time zone adjustments must be applied to get your local time.
Examples
Get ( CurrentTimeUTCMilliseconds ) returns 63568967107528 if the time in UTC is
10:25:07.528 PM on 6/3/2015.