Commit graph

2 commits

Author SHA1 Message Date
Petar Kapriš cc6e52d352 Add tests for julian package 2024-07-21 00:28:25 +02:00
Petar Kapriš bd5c9fe692 Add julian Date package with conversion to time.Time
The julian.Date type will be used within the project to support indexing
of holidays using the Julian calendar, Gregorian dates are implemented
by using time.Time (since it is already gregorian). Currently only
conversion Julian->Gregorian has been implemented, but the opposite will
be added soon.
2024-07-21 00:21:34 +02:00