Skip to content

Commit

Permalink
Support 1AM, 1:00AM, 2:00:00PM etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Dec 28, 2023
1 parent 2f274f2 commit 0f93ab7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public void dateAndTimeExamples() {

@Test
public void instantExample() {
Instant instant = Instant.parse("2023-10-05T15:30:05Z");
assertThat(formatOf("2023-10-05T15:30:05Z").parse(Instant.now().toString())).isNotNull();
}

Expand Down

0 comments on commit 0f93ab7

Please sign in to comment.