splendo / kaluga

Collection of multiplatform kotlin components, mainly using coroutines and flow
Apache License 2.0
306 stars 7 forks source link

Android KalugaDate Now offset not working for offset bigger than 9 days #761

Closed Daeda88 closed 5 months ago

Daeda88 commented 8 months ago

On Android, the offset in KalugaDate.now is set using an int. This is problematic for larger Durations (approx 9 days) due to loss of information.