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.
GetAsTimestamp ( ( Get ( CurrentTimeUTCMilliseconds ) + ( Location::TimeAdjustment * 3600000 ) ) / 1000 ) returns 11/10/2015 1:43:55.304 PM if the time in UTC is 8:43:55:.304 PM on 11/10/2015 and the TimeAdjustment field has a value of -7.
Related topics 
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas