The current timestamp is enforced to be an integer, thus leading to a maximum time resolution of 1 second. Even when passed as an argument in the Entity constructor, it is validated on an integer (long) type.
Adding support for float values in the constructor would help increase the log timestamp accuracy.