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.
[[["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-07-29 UTC."],[[["\u003cp\u003eThe timestamp object represents a point on the ISO timeline using milliseconds since the Unix epoch.\u003c/p\u003e\n"],["\u003cp\u003eIt is represented in JSON format with an \u003ccode\u003eepochMillis\u003c/code\u003e field as a string containing an Int64Value.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eepochMillis\u003c/code\u003e signifies the milliseconds elapsed since the Unix epoch.\u003c/p\u003e\n"]]],["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"],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 |"]]