datetime manipulation is now much clearer. tests were added, and expectations stated explicitly in many places. rules got lots of attention.
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
-record(leap, {datetime, corr, rs}).
|
||||
|
||||
|
||||
-record(tztime, {time={0,0,0}, flag}).
|
||||
-record(tztime, {time={0,0,0}, flag=w}).
|
||||
-record(tzon, {day, filter}).
|
||||
|
||||
|
||||
|
||||
% a flattened zone record, giving specific information for a specific time range.
|
||||
-record(flatzone, {tzname, wall_from, wall_to, std_from, std_to, utc_from, utc_to, offset}).
|
||||
-record(flatzone, {tzname, wall_from, wall_to, std_from, std_to, utc_from, utc_to, offset, dstoffset={0,0,0}}).
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user