You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing datetime discards 1) The milliseconds 2) Time Zone information. API documentation suggests only UTC is used. Comparison between timestamps referencing different time zones is error prone.
I am proposing we add milliseconds and time zone information to the datetime object. This change will make timezone-naive applications fail with TypeError: can't compare offset-naive and offset-aware datetimes
The text was updated successfully, but these errors were encountered:
tichkadzinga
added a commit
to tichkadzinga/ebaysdk-python
that referenced
this issue
Feb 15, 2018
Parsing datetime discards 1) The milliseconds 2) Time Zone information. API documentation suggests only UTC is used. Comparison between timestamps referencing different time zones is error prone.
https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/types/simpletypes.html#dateTime
I am proposing we add milliseconds and time zone information to the datetime object. This change will make timezone-naive applications fail with
TypeError: can't compare offset-naive and offset-aware datetimes
The text was updated successfully, but these errors were encountered: