where is the documentation to work with dates?
# language-evolution
g
where is the documentation to work with dates?
g
so there is no kotlin wrapper just yet for working with dates
e
Not yet.
g
I see
thanks
m
if you are working with Android, I recommend: https://github.com/JakeWharton/ThreeTenABP
and there is a nice multiplatform approach: https://github.com/korlibs/klock
but with less features than ThreeTenABP...
g
The java library take into account daylight savings when manipulating time zones?
e
Yes