A time range library to be used in time management applications
Find a file
Piotr Dec 7c95c1d92a
feat: Hazelcast update
hazelcast-all artifact is not maintained since May 2023. All versions up to 5.3.5 are vulnerable.
2024-07-12 01:23:02 +02:00
.woodpecker chore: License 2024-05-19 23:30:05 +02:00
hazelcast feat: Hazelcast update 2024-07-12 01:23:02 +02:00
time feat: TimeUtil#yesterday 2024-07-12 00:45:31 +02:00
.gitignore Initial commit 2024-03-16 12:51:44 +01:00
LICENSE chore: License 2024-05-19 23:30:05 +02:00
pom.xml feat: Hazelcast update 2024-07-12 01:23:02 +02:00
readme.md Initial commit 2024-03-16 12:51:44 +01:00

Time range library

This library was created as an effect of creating multiple time management applications.

Main concepts:

  • TimeRange: a both end closed range of LocalDates with iterator
  • Diff: representation of difference between expected and actual time duration
  • Duration: seconds between LocalDateTimes or other Durations