Skip to content

Commit

Permalink
fix test for java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Sep 14, 2020
1 parent 461db47 commit 51128db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package io.fabric8.maven.docker.util;/*
*
*
* Copyright 2014 Roland Huss
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -88,7 +88,7 @@ public void testInvalidSpec() throws Exception {

@Test
public void testNumericTimeZoneOffset() throws Exception {
ZonedDateTime ts3p = TimestampFactory.createTimestamp("2016-03-16T17:06:30.714387000+03");
ZonedDateTime ts3p = TimestampFactory.createTimestamp("2016-03-16T17:06:30.714387000+03:00");
ZonedDateTime ts530p = TimestampFactory.createTimestamp("2016-03-16T17:06:30.714387000+05:30");
ZonedDateTime ts4 = TimestampFactory.createTimestamp("2016-03-16T17:06:30.714387000-04:00");
ZonedDateTime ts2 = TimestampFactory.createTimestamp("2016-03-16T17:06:30.714387000-02:00");
Expand Down

0 comments on commit 51128db

Please sign in to comment.