Time
Time
localSettingsobject
Information related to device local time settings.
Show child attributes
Was this section helpful?
What made this section unhelpful for you?
Was this section helpful?
Information related to device local time settings.
Show child attributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"localSettings": {
"daylightSavings": {
"dstOffsetInSeconds": null,
"endRule": {
"hour": null,
"month": "APRIL",
"weekOrdinal": null,
"weekday": "FR"
},
"isObserved": false,
"startRule": {
"hour": null,
"month": "APRIL",
"weekOrdinal": null,
"weekday": "FR"
}
},
"utcOffsetInSeconds": null
}
}