Hey,
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