This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Description
On windows invalid timestamp in metadata is returned. I tracked it down and it turns out struct_16 and struct_17 have invalid timestamp type - it should be c_uint64. As a consequence remaining fields are also corrupted. This is very unfortunate as time_t size is not defined in standard and it varies platform by platform. We can even define _USE_32BIT_TIME_T on windows and make time_t 32 bit integer. Not sure how this could be fixed in a reliable way..