is there a way to get just the time, no date?
# announcements
m
is there a way to get just the time, no date?
r
Sure, it's 18:25 UTC
m
👉 👉
this guy
n
Get the current datetime and subtract the date portion?
I'm not familiar with Kotlin datetime libraries but that's usually how you'd do it
m
I think you can use LocalDateTime from kotlinx.date
d
Can't use rely on the time only variants such as
java.time.LocalTime
?