Kaynağa Gözat

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

Dan Korostelev 9 yıl önce
ebeveyn
işleme
d5b71e0511
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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";