Initial commit

This commit is contained in:
Piotr Dec 2024-03-16 12:51:44 +01:00
commit 159ce68dec
Signed by: stawros
GPG key ID: F89F27AD8F881A91
21 changed files with 924 additions and 0 deletions

8
readme.md Normal file
View file

@ -0,0 +1,8 @@
# 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 `LocalDateTime`s or other `Duration`s