Figured everyone would get a good laugh out of this one. Clearly a bug because who uses UNIX time stamps outside of us fun IT folks?
That's actually a JavaScript date notation (milliseconds since the epoch). Still a bug, but not as random.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getTime
- V
Ha!!! You're absolutely right. That'll make it even more obscure for some though.
Good catch on my error.