jdaymude / xbox2local

A command line utility for downloading Xbox screenshots and game clips to local storage
MIT License
8 stars 2 forks source link

Add support for microseconds in datetime processing #21

Closed ktiedt closed 1 year ago

ktiedt commented 1 year ago

It seems dates can sometimes contain microseconds now too from the API responses. This fix does exactly that.

Resolves #20.