google-wallet
Version:
Google wallet library for Node.js
7 lines (6 loc) • 478 B
TypeScript
export type DateTime = {
/**
* Omitting the offset makes this a local date/time, representing several instants in time around the world. The date/time will always be in the user's current time zone. For example, a time of 2018-06-19T18:30:00 will be 18:30:00 for a user in New York and also 18:30:00 for a user in Los Angeles. This is useful when the same local date/time should apply to many physical locations across several time zones.
*/
date?: string;
};