Join Slack
Powered by
What is the kotlinx equivalent of `java.time.Local...
# kotlinx-datetime
s
Sam Stone
06/30/2023, 1:08 AM
What is the kotlinx equivalent of
java.time.LocalTime.now()
?
k
kevin.cianfarini
06/30/2023, 1:55 AM
Copy code
myClock.now().toLocalDateTime(someTimeZone)
3
Views
Open in Slack
Previous
Next