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)