Another fix for errorprone
This commit is contained in:
parent
6ab1cb4c2e
commit
269e2d9343
|
@ -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()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue