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.
Perhaps it makes sense to have shortcuts to unpack directly to a
datetime.datetime(and siblings), instead of going through an intermediateMomentinstance. This would be mostly for performance reasons, sinceunpackb(b).datetime()is already pretty short and idiomatic.