fleshed out tzdata records, and internal format. also, licence=PUBLIC DOMAIN!
This commit is contained in:
12
include/ezic.hrl
Normal file
12
include/ezic.hrl
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
-record(rule, {name, from, to, type, in, on, at, save, letters}).
|
||||
|
||||
|
||||
-record(zone, {name, gmtoff, rules, format, until}).
|
||||
|
||||
|
||||
-record(link, {from, to}).
|
||||
|
||||
|
||||
% a flattened zone record, giving specific information for a specific time range.
|
||||
-record(flatzone, {tzname, tzrule, from, to, gmtoff}).
|
||||
Reference in New Issue
Block a user