Fix timestamp to date conversion for the case where timestamp uses a double
precision storage format. Previously applied the same math as used for the 64-bit integer storage format case, which was wrong. Problem introduced recently when the 64-bit storage format was implemented.
Showing
Please register or sign in to comment