mbgtools-lx  4.2.8
PCPS_TZDL Struct Reference

Specification of a local time zone. More...

#include <pcpsdefs.h>

Data Fields

int16_t offs
 offset from UTC to local time [min] (local time = UTC + offs) More...
 
int16_t offs_dl
 additional offset if DST enabled [min] (DST time = local time + offs_dl) More...
 
PCPS_DL_ONOFF tm_on
 date/time when daylight saving starts More...
 
PCPS_DL_ONOFF tm_off
 date/time when daylight saving ends More...
 

Detailed Description

Specification of a local time zone.

Most devices supporting conversion to local time support the TZDL structure instead.

See also
DL_AUTO_FLAG
TZDL

Definition at line 1504 of file pcpsdefs.h.

Field Documentation

◆ offs

int16_t PCPS_TZDL::offs

offset from UTC to local time [min] (local time = UTC + offs)

Definition at line 1506 of file pcpsdefs.h.

◆ offs_dl

int16_t PCPS_TZDL::offs_dl

additional offset if DST enabled [min] (DST time = local time + offs_dl)

Definition at line 1507 of file pcpsdefs.h.

◆ tm_off

PCPS_DL_ONOFF PCPS_TZDL::tm_off

date/time when daylight saving ends

Definition at line 1509 of file pcpsdefs.h.

◆ tm_on

PCPS_DL_ONOFF PCPS_TZDL::tm_on

date/time when daylight saving starts

Definition at line 1508 of file pcpsdefs.h.


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