Open zapashcanon opened 3 years ago
On Linux and macOS it works because gmtime will return a negative float, but on windows it will fail. See the result in #21.
gmtime
It appears that dates below 1900 are not supported on mac either....
On Linux and macOS it works because
gmtime
will return a negative float, but on windows it will fail. See the result in #21.