User Tools

Site Tools


function:TIME

TIME Function

The TIME() function returns the time in unixtime, being seconds since the start of 1970 GMT.

TIME() === NOW() === the current unix time (GMT).
TIME( year, month, day ) === the unix time of the start of the year/month/day (GMT).
TIME( year, month, day, hour, minute, second ) === the unix time of the specified moment (GMT).

Keep in mind that TIME is in GMT and the output of %ICUDateTimeFor% is in local time, so when doing this sort of thing it is best to use midday instead of midnight:

%ICUDateTimeFor% TIME(2015, 8, 23,12,0,0) %EEE, MMM d, yyyy%

which will generally work anywhere since at midday GMT, the entire world (almost) is on the same date. Otherwise, folks with negative GMT offsets (which includes all of the Americas for example) will get the wrong result.

See Also

Actions

Functions

Tokens

Topics

function/TIME.txt · Last modified: 2023/09/20 03:31 by peternlewis