未验证 提交 3f26ecca 编写于 作者: V Vlad Ilyushchenko 提交者: GitHub

fix(std): picked more stable time zone for tests (#699)

上级 f90c282c
......@@ -656,7 +656,7 @@ public class DateFormatCompilerTest {
@Test
public void testTimeZone1() throws Exception {
assertThat("dd-MM-yy HH:m z", "2010-09-03T22:54:00.000Z", "03-09-10 14:54 PST");
assertThat("dd-MM-yy HH:m z", "2010-09-03T11:54:00.000Z", "03-09-10 14:54 EAT");
}
@Test
......
......@@ -628,7 +628,7 @@ public class DateFormatCompilerTest {
@Test
public void testTimeZone1() throws Exception {
assertThat("dd-MM-yy HH:m z", "2010-09-03T22:54:00.000Z", "03-09-10 14:54 PST");
assertThat("dd-MM-yy HH:m z", "2010-09-03T11:54:00.000Z", "03-09-10 14:54 EAT");
}
@Test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册