utz
utz copied to clipboard
A time zone library for tiny embedded systems
To get the declarations of the zones you need to include zones.h Without the "extern" in front of the declarations, the compiler will declare the variables and then fill them...
The arrays associated with the macros: ``` #define days_of_week(n) (&_days_of_week[_days_of_week_idx[n]]) #define months_of_year(n) (&_months_of_year[_months_of_year_idx[n]]) ``` appear to be undefined. `days_of_week` and `month_of_year` appear to be defined in utz.c, although the name...
- Bug fixes - Updated IANA tz db to 2019c (latest as of time of PR) - Updated list of major cities from wikipedia - Updated list of Android timezones...
The first rule in zone_rules is applied to zones which have no rules associated with them (where num_rules=0). This happens to have no effect with the supplied zones.c file, as...
The function is empty.
Zone is in android zones. It's in whitelist but looks that it has no links and is cleaned-up by db.pack. The same is with some other russian timezones.