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)
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 represents a point on the ISO timeline, measured in milliseconds since the Unix epoch."],["It uses a JSON representation with a single field, \"epochMillis\", which contains a string formatted as an Int64Value."],["This \"epochMillis\" field specifically represents the milliseconds elapsed since the Unix epoch."]]],["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"]]