Timestamp
Stay organized with collections
Save and categorize content based on your preferences.
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-07-29 UTC.
[null,null,["Last updated 2025-07-29 UTC."],[],["The content defines a timestamp object represented in JSON. It specifies that the timestamp is measured in milliseconds since the Unix epoch. The JSON representation uses a single field, `\"epochMillis\"`, which is a string formatted as an `Int64Value`. This field holds the numerical value representing the milliseconds elapsed since the Unix epoch.\n"]]