Convert FILETIME to Unix timestamp
Yes I know, C/C++ is not trendy these days. I don’t care. So if you are trying to convert a FILETIME date that comes for example from the FindFirstFile/FindNextFile Win32 API you may find it’s not completely straightforward. Don’t try to accomplish this with some date function conversion because you will probably just waste a [...]