You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is support for LocalDateTime, but I would like to use some time representation without a date. Ideall would be something like LocalTime for my use case.
my use case:
represent daily events
my current workaround:
use DateTimePeriod with a max of 24h in total
MateuszKrawczuk, Thomas-Vos, christian-draeger, Jadarma, gabrieldn and 22 more