From bc7a969053a0191f05eb8d050a303176baceddfb Mon Sep 17 00:00:00 2001 From: Morten Haraldsen Date: Wed, 17 Apr 2024 09:13:02 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52e807d..12af9f9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add dependency com.ethlo.time itu - 1.10.1 + 1.10.2 small @@ -303,4 +303,4 @@ well. Since Java's `java.time` classes do not support storing leap seconds, ITU will throw a `LeapSecondException` if one is encountered to signal that this is a leap second. The exception can then be queried for the second-value. Storing such values is not possible in a `java.time.OffsetDateTime`, the `60` is therefore abandoned and the date-time will use `59` -instead of `60`. \ No newline at end of file +instead of `60`.