]> source.dussan.org Git - jgit.git/commit
MockSystemReader: create the right time zone 47/1204047/2
authorIvan Frade <ifrade@google.com>
Tue, 12 Nov 2024 20:26:02 +0000 (12:26 -0800)
committerIvan Frade <ifrade@google.com>
Thu, 14 Nov 2024 00:00:08 +0000 (16:00 -0800)
commit236778e3101604b701b67e8e6c27be0e2bb8a1ff
tree8b953d826226bae523fac3446560172635217767
parent1c326c4e07b1023ef17961661ed6e4f29ffeeee8
MockSystemReader: create the right time zone

Using this timezone in a later commit, it complains:

Exception java.time.DateTimeException: Zone offset minutes and seconds
must be negative because hours is negative

Change-Id: I5787b51f98109942ac33e0496c5e3761914b2a78
org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/MockSystemReader.java