From 350cb41b00fa6827016408260a8d8f9c789f53df Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 16 Jan 2025 08:34:05 -0500 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=B6=E5=8C=BA=E6=9C=89?= =?UTF-8?q?=E5=85=B3=E7=9A=84=E6=96=87=E7=AB=A0?= 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 77d3148ecb..82a65a9bbd 100644 --- a/core-java-modules/core-java-8-datetime/README.md +++ b/core-java-modules/core-java-8-datetime/README.md @@ -7,7 +7,7 @@ - [Migrating to the New Java 8 Date Time API](http://www.baeldung.com/migrating-to-java-8-date-time-api) - [Get the Current Date and Time in Java](https://www.baeldung.com/current-date-time-and-timestamp-in-java-8) - [TemporalAdjuster in Java](http://www.baeldung.com/java-temporal-adjuster) -- [ZoneOffset in Java](https://www.baeldung.com/java-zone-offset) +- [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) - [How to Get the Start and the End of a Day using Java](http://www.baeldung.com/java-day-start-end)