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
Technically Timestamp will accept the argument in 3.6, but it's not formally documented or tested.
Additionally since we will still be supporting 3.5 after dropping 2.7, we can add/handle a fold argument directly in the Timestamp constructor as well.
The text was updated successfully, but these errors were encountered:
Python 3.6 added a
fold
argument indatetime.datetime
to disambiguate DST transition times that occur twice (in wall time).https://docs.python.org/3/library/datetime.html#datetime-objects.
Technically
Timestamp
will accept the argument in 3.6, but it's not formally documented or tested.Additionally since we will still be supporting 3.5 after dropping 2.7, we can add/handle a fold argument directly in the
Timestamp
constructor as well.The text was updated successfully, but these errors were encountered: