zoho.currenttime - why no milliseconds?
Some time ago I wrote a pseudo random number generator that relied on the following statement to return a long value representation of the current time :
zoho.currenttime.toLong()
This no longer returns millisecond values. Why is this and when did this change?