Travis Reitter
01/09/2024, 5:40 AMClock.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 assumptionsClock.System.now()
in the simulator as expected