Index: test/intl/date-format/timezone.js |
diff --git a/test/intl/date-format/timezone.js b/test/intl/date-format/timezone.js |
index 03e25f0574be3a0bd0c91f9161d52231c74fcc11..af363711c790b8f67dbdf21a8d3ac8593ba3ee9b 100644 |
--- a/test/intl/date-format/timezone.js |
+++ b/test/intl/date-format/timezone.js |
@@ -27,8 +27,9 @@ |
// Tests time zone support. |
-var df = Intl.DateTimeFormat(); |
-assertEquals(getDefaultTimeZone(), df.resolvedOptions().timeZone); |
+// TODO(littledan): getDefaultTimeZone() is not available from JavaScript |
+// var df = Intl.DateTimeFormat(); |
+// assertEquals(getDefaultTimeZone(), df.resolvedOptions().timeZone); |
df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'}); |
assertEquals('UTC', df.resolvedOptions().timeZone); |