Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hl78xx_ctzeu_update Struct Reference

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.

Detailed Description

Parsed +CTZEU update payload.

The tz field already includes any daylight saving adjustment, matching the modem specification for +CTZEU.

Field Documentation

◆ date_time_ms

int64_t hl78xx_ctzeu_update::date_time_ms

Parsed universal time in UTC Unix epoch milliseconds.

◆ dst

int hl78xx_ctzeu_update::dst

Daylight saving indicator reported by the modem (0, 1, or 2).

◆ has_utime

bool hl78xx_ctzeu_update::has_utime

Universal time field is present in the notification.

◆ tz

int hl78xx_ctzeu_update::tz

Local timezone offset from GMT in quarter-hours, including DST adjustment.

◆ utc_time

struct tm hl78xx_ctzeu_update::utc_time

Parsed universal time in broken-down UTC form.

Valid when has_utime is true.


The documentation for this struct was generated from the following file: