File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/io/fabric8/maven/docker/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package io .fabric8 .maven .docker .util ;/*
2- *
2+ *
33 * Copyright 2014 Roland Huss
44 *
55 * Licensed under the Apache License, Version 2.0 (the "License");
@@ -88,7 +88,7 @@ public void testInvalidSpec() throws Exception {
8888
8989 @ Test
9090 public void testNumericTimeZoneOffset () throws Exception {
91- ZonedDateTime ts3p = TimestampFactory .createTimestamp ("2016-03-16T17:06:30.714387000+03" );
91+ ZonedDateTime ts3p = TimestampFactory .createTimestamp ("2016-03-16T17:06:30.714387000+03:00 " );
9292 ZonedDateTime ts530p = TimestampFactory .createTimestamp ("2016-03-16T17:06:30.714387000+05:30" );
9393 ZonedDateTime ts4 = TimestampFactory .createTimestamp ("2016-03-16T17:06:30.714387000-04:00" );
9494 ZonedDateTime ts2 = TimestampFactory .createTimestamp ("2016-03-16T17:06:30.714387000-02:00" );
You can’t perform that action at this time.
0 commit comments