Przeglądaj źródła

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

Dan Korostelev 9 lat temu
rodzic
commit
d5b71e0511
1 zmienionych plików z 2 dodań i 2 usunięć
  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";