appliance system time: system time struct
system_time_struct
structure Structure representing the system time.Representation:
{
"date" : "string",
"timezone" : "string",
"time" : "string",
"seconds_since_epoch" : 1.5
}
"date" : "string",
"timezone" : "string",
"time" : "string",
"seconds_since_epoch" : 1.5
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
seconds_since_epoch | double | seconds since the epoch |
date | string | date format: Thu 07-31-2014 |
time | string | time format: 18:18:32 |
timezone | string | timezone |