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-02-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["The timestamp object is a JSON representation of a point on the ISO timeline."],["This timestamp is expressed in milliseconds since the Unix epoch."],["The JSON structure includes a mandatory \"epochMillis\" field, formatted as an Int64Value string."],["The \"epochMillis\" field indicates the milliseconds elapsed since the Unix epoch."]]],["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"]]