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 2024-10-30 UTC.
[null,null,["Last updated 2024-10-30 UTC."],[[["The timestamp object is a JSON representation of a point on the ISO timeline."],["This timestamp is measured in milliseconds since the Unix epoch and is formatted as an Int64Value string within the \"epochMillis\" field."]]],["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"]]