there is a subtle bug in wall-time calculations. Asia/Irkutsk times are incorrect.

This commit is contained in:
aj
2010-11-12 01:22:50 -08:00
parent 7985f9e74f
commit 3e77287db6
4 changed files with 63 additions and 42 deletions

View File

@@ -58,3 +58,10 @@ add_seconds_test_() ->
].
compare_test_() ->
[
?_assert(ezic_date:compare({2011,12,12}, current))
, ?_assertNot(ezic_date:compare(current, {2099,12,12})) % is this the right behavior?
].