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
Perhaps it makes sense to have shortcuts to unpack directly to a datetime.datetime (and siblings), instead of going through an intermediate Moment instance. This would be mostly for performance reasons, since unpackb(b).datetime() is already pretty short and idiomatic.
The text was updated successfully, but these errors were encountered:
Perhaps it makes sense to have shortcuts to unpack directly to a
datetime.datetime
(and siblings), instead of going through an intermediateMoment
instance. This would be mostly for performance reasons, sinceunpackb(b).datetime()
is already pretty short and idiomatic.The text was updated successfully, but these errors were encountered: