Explorar o código

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

Dan Korostelev %!s(int64=9) %!d(string=hai) anos
pai
achega
d5b71e0511
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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() == 405781340000.;
-date.toString() == "1982-11-10 14:02:20";
+date.getTime() == 405774140000.;
+date.toString() == "1982-11-10 14:02:20";