Explorar el Código

unspec (affected by timezone)

Simon Krajewski hace 12 años
padre
commit
27340fb2fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/unit/unitstd/Date.unit.hx

+ 1 - 1
tests/unit/unitstd/Date.unit.hx

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