I've noticed that the timestamp behaviour is diffe...
# kotlin-logging
o
I've noticed that the timestamp behaviour is different between iOS and other platforms. It looks like it returns seconds rather than milliseconds. Q: can I raise a patch to replace per-platform implementation with:
Copy code
Clock.System.now().toEpochMilliseconds()
or is there any other reason why this hasn't been used? FYI this has also been flagged here