elodie icon indicating copy to clipboard operation
elodie copied to clipboard

unit test: Windows/Python 3.6 does not accept a timestamp of 0 in path_tz_fix()

Open TonyWhitley opened this issue 7 years ago • 1 comments

OSError: [Errno 22] Invalid argument

Fixed by using time.time() instead.

TonyWhitley avatar Dec 04 '17 12:12 TonyWhitley

Can you submit a PR for this?

jmathai avatar Dec 04 '17 21:12 jmathai