From 03924959e3833c40abc356e67e4cd7da52ded4a1 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 17 Jan 2025 06:34:09 -0500 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E7=AB=A0=EF=BC=9Aht?= =?UTF-8?q?tps://www.isharkfly.com/t/java-period-duration/16809?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-java-modules/core-java-8-datetime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-8-datetime/README.md b/core-java-modules/core-java-8-datetime/README.md index 82a65a9bbd..4382b27240 100644 --- a/core-java-modules/core-java-8-datetime/README.md +++ b/core-java-modules/core-java-8-datetime/README.md @@ -9,7 +9,7 @@ - [TemporalAdjuster in Java](http://www.baeldung.com/java-temporal-adjuster) - [Java 中的 ZoneOffset](https://www.isharkfly.com/t/java-zoneoffset/16803) - [Differences Between ZonedDateTime and OffsetDateTime](https://www.baeldung.com/java-zoneddatetime-offsetdatetime) -- [Period and Duration in Java](http://www.baeldung.com/java-period-duration) +- [Java 中的 Period 和 Duration](https://www.isharkfly.com/t/java-period-duration/16809) - [How to Get the Start and the End of a Day using Java](http://www.baeldung.com/java-day-start-end) - [Set the Time Zone of a Date in Java](https://www.baeldung.com/java-set-date-time-zone) - [Comparing Dates in Java](https://www.baeldung.com/java-comparing-dates)