mbgtools-lx
4.2.8
|
Time zone / daylight saving parameters. More...
#include <gpsdefs.h>
Data Fields | |
int32_t | offs |
standard offset from UTC to local time [sec] More... | |
int32_t | offs_dl |
additional offset if daylight saving enabled [sec] More... | |
TM_GPS | tm_on |
date/time when daylight saving starts More... | |
TM_GPS | tm_off |
date/time when daylight saving ends More... | |
TZ_NAME | name [2] |
names without and with daylight saving enabled More... | |
Time zone / daylight saving parameters.
This structure is used to specify how a device converts on-board UTC to local time, including computation of beginning and end of daylight saving time (DST), if required.
TZ_NAME TZDL::name[2] |
int32_t TZDL::offs |
standard offset from UTC to local time [sec]
Definition at line 2942 of file gpsdefs.h.
Referenced by set_tzdl_offs(), and show_tzdl_offs().
int32_t TZDL::offs_dl |