Available in Classic and VPC
This is the date/time DTO information.
Syntax
The syntax is as follows.
private Long utc;
private String formattedDate;
private String formattedDateTime;
Field
The following describes the fields.
| Field | Type | Required | Description | 
|---|---|---|---|
utc | 
Long | Required | An integer representing the elapsed time since January 1, 1970 00:00:00 UTC to the nearest millisecond | 
formattedDate | 
String | Required | Date in the format of 'yyyy-MM-dd' UTC+9 | 
formattedDateTime | 
String | Required | Time in the format of 'yyyy-MM-dd HH:mm:ss SSS' UTC+9 |