Timestamp
A timestamp object representing a point on the ISO timeline in milliseconds since the Unix epoch.
JSON representation |
{
"epochMillis": string
} |
Fields |
epochMillis |
string (Int64Value format)
REQUIRED: Milliseconds since the Unix epoch
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["The timestamp object uses JSON representation to mark a point on the ISO timeline."],["It's represented with an `epochMillis` field within a JSON object."],["This `epochMillis` field is a required string containing milliseconds since the Unix epoch, formatted as an Int64Value."]]],["The core content defines a timestamp object using JSON. This object represents a point in time on the ISO timeline, measured in milliseconds since the Unix epoch. The JSON representation is structured as `{\"epochMillis\": string}`. The `epochMillis` field, which is a required string formatted as an Int64Value, specifies the number of milliseconds that have elapsed since the Unix epoch.\n"]]