While looking at some objects in my R80.20 jumbo 33 SmartCenter, I noticed the "posix" values for creation and modification dates have too many digits. POSIX time is seconds since 1970-01-01T00:00:00Z, minus leap seconds. The largest value which can be represented with a 32-bit counter is 2,147,483,647, leading to the 2038 problem. I'm seeing values like 1,567,547,444,907.
The first ten digits match POSIX time for when I believe the object was last changed. Maybe the extras are for milliseconds? If so, calling it POSIX time is incorrect.
Can anybody explain what is going on?