https://github.com/yusuf-daglioglu/datetime-egde-case-example
Examples of date time edge cases
https://github.com/yusuf-daglioglu/datetime-egde-case-example
date datetime time timezone
Last synced: 5 months ago
JSON representation
Examples of date time edge cases
- Host: GitHub
- URL: https://github.com/yusuf-daglioglu/datetime-egde-case-example
- Owner: yusuf-daglioglu
- Created: 2022-06-08T17:54:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T14:48:08.000Z (over 1 year ago)
- Last Synced: 2025-03-28T23:51:08.466Z (10 months ago)
- Topics: date, datetime, time, timezone
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ABOUT THIS REPOSITORY
I put some examples of edge cases of "java.time" library:
- What happens when we parse invalid (non-existence) dates
- How can we handle the invalid (non-existence) dates
- Real example of a timezone change
## Other details about date and time
All my tutorials can be found here: