SystemTimeSystemTimeStruct
Time.SystemTimeStruct structure Structure representing the system time.
Properties
string
date
Required
date format: Thu 07-31-2014
number as double
seconds_since_epoch
Required
seconds since the epoch
string
time
Required
time format: 18:18:32
string
timezone
Required
timezone
JSON Example
{
"date": "string",
"seconds_since_epoch": 0,
"time": "string",
"timezone": "string"
}