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."],[[["\u003cp\u003eThe timestamp object represents a point on the ISO timeline.\u003c/p\u003e\n"],["\u003cp\u003eIt uses the Unix epoch, measured in milliseconds, for time representation.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation uses "epochMillis" as the key and an Int64Value string format for the value.\u003c/p\u003e\n"]]],["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"],null,["# Timestamp\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA timestamp object representing a point on the ISO timeline in milliseconds since the Unix epoch.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"epochMillis\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| `epochMillis` | `string (`[Int64Value](https://developers.google.com/discovery/v1/type-format)` format)` **REQUIRED**: Milliseconds since the Unix epoch |"]]