Fix build on 32-bit systems
The added comment explains it all, really: you can't fit a 32-bit unsigned into a 32-bit (signed) time_t, but we don't care.
The added comment explains it all, really: you can't fit a 32-bit unsigned into a 32-bit (signed) time_t, but we don't care.