~does anyone know if `Clock.System.now()` built fo...
# multiplatform
t
does anyone know if
Clock.System.now()
built for Kotlin/Native running on iOS Simulator should reflect the host system time? Every time I run it, I always get Sunday, October 1, 2017 50000 PM GMT. For my needs, all I care is that it increases over time. I'm using it as part of a seed for a UUID and getting the same number means that I keep generating the same UUID which breaks my assumptions
sorry, I misread my code. I do get my host clock time from
Clock.System.now()
in the simulator as expected