Browse Source

unspec (affected by timezone)

Simon Krajewski 12 years ago
parent
commit
27340fb2fc
1 changed files with 1 additions and 1 deletions
  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.getDate() == 10;
 date.getDay() == 3;
-date.getTime() == 405781340000.;
+//date.getTime() == 405781340000.;
 date.toString() == "1982-11-10 14:02:20";