|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Parsed +CTZEU update payload. More...
#include <zephyr/drivers/modem/hl78xx_apis.h>
Data Fields | |
| int | tz |
| Local timezone offset from GMT in quarter-hours, including DST adjustment. | |
| int | dst |
| Daylight saving indicator reported by the modem (0, 1, or 2). | |
| bool | has_utime |
| Universal time field is present in the notification. | |
| int64_t | date_time_ms |
| Parsed universal time in UTC Unix epoch milliseconds. | |
| struct tm | utc_time |
| Parsed universal time in broken-down UTC form. | |
Parsed +CTZEU update payload.
The tz field already includes any daylight saving adjustment, matching the modem specification for +CTZEU.
| int64_t hl78xx_ctzeu_update::date_time_ms |
Parsed universal time in UTC Unix epoch milliseconds.
| int hl78xx_ctzeu_update::dst |
Daylight saving indicator reported by the modem (0, 1, or 2).
| bool hl78xx_ctzeu_update::has_utime |
Universal time field is present in the notification.
| int hl78xx_ctzeu_update::tz |
Local timezone offset from GMT in quarter-hours, including DST adjustment.
| struct tm hl78xx_ctzeu_update::utc_time |
Parsed universal time in broken-down UTC form.
Valid when has_utime is true.