Skip to content

Commit

Permalink
test presubmit
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610821918
  • Loading branch information
cushon authored and Javac Team committed Feb 27, 2024
1 parent 7b527f8 commit 9456923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ private List<EntryStruct> readJar(File jar) throws Exception {
return result;
}

private static final Instant ARBITRARY_INSTANT = Instant.parse("2024-02-27T10:15:30.00Z");
private static final Instant ARBITRARY_INSTANT = Instant.parse("2024-02-27T08:21:50+00:00");

public StandaloneJarProcessorTest(String name) {
super(name);
Expand Down

0 comments on commit 9456923

Please sign in to comment.