Browse Source

Revert "Let's see how inconsistent Date is atm :-)"

This reverts commit d5b71e0511aeafdfb8f22ca834a80c17aea9b2e3.
Dan Korostelev 9 years ago
parent
commit
8818e533cd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/unit/src/unitstd/Date.unit.hx

+ 2 - 2
tests/unit/src/unitstd/Date.unit.hx

@@ -7,5 +7,5 @@ date.getFullYear() == 1982;
 date.getMonth() == 10;
 date.getDate() == 10;
 date.getDay() == 3;
-date.getTime() == 405774140000.;
-date.toString() == "1982-11-10 14:02:20";
+//date.getTime() == 405781340000.;
+date.toString() == "1982-11-10 14:02:20";