Hello everybody! How can I get the current LocalDa...
# kotlinx-datetime
m
Hello everybody! How can I get the current LocalDateTime in Swift using KMP? All I have in Swift for now is something like
Kotlinx_datetimeLocalDateTime
c
Clock.System.now().toLocalDateTime(TimeZone.currentSystemDefault())
m
yeah, that's the way in Android, but apparently not in Swift