Timestamp formats
Last updated
Was this helpful?
Last updated
Was this helpful?
All input Metarank events have a timestamp field, an example:
The underlying JSON format has , so Metarank supports multiple ways of parsing timestamps:
as string literal: number of millis from 1970-01-01 00:00:00 in UTC as a string, like "1599391467000"
as formatted zoned datetime string, in UTC: "2022-06-22T11:21:39Z"
(not recommended) as JSON number, like 1599391467000