A time range library to be used in time management applications
Find a file
2024-03-16 12:51:44 +01:00
hazelcast Initial commit 2024-03-16 12:51:44 +01:00
time Initial commit 2024-03-16 12:51:44 +01:00
.gitignore Initial commit 2024-03-16 12:51:44 +01:00
pom.xml Initial commit 2024-03-16 12:51:44 +01: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