How do I compute days prior to 1/1/1 Gregorian? Do...
# kotlinx-datetime
s
How do I compute days prior to 1/1/1 Gregorian? Does the library support that? I am working on this issue in an astronomical calculations library.
d
I'm not sure what "computing days" means, but the library does allow constructing LocalDate objects for earlier dates.