Another fix for errorprone

This commit is contained in:
James Agnew 2017-04-03 15:00:37 -04:00
parent 6ab1cb4c2e
commit 269e2d9343
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ public class BaseDateTimeDtDstu2Test {
public void testLargePrecision() {
DateTimeDt dt = new DateTimeDt("2014-03-06T22:09:58.9121174+04:30");
myDateInstantParser.setTimeZone(TimeZone.getTimeZone("Z"));
myDateInstantParser.setTimeZone(TimeZone.getTimeZone("GMT"));
assertEquals("2014-03-06 17:39:58.912", myDateInstantParser.format(dt.getValue()));
}