Add tzinfo= argument to datetime.combine
July 31, 2016
4:45 p.m.
I would like to propose a small new feature: add an optional tzinfo argument to datetime.combine() so that datetime.combine(d, t, info) returns the same object as datetime.combine(d, t).replace(tzinfo=info) but without creating an intermediate naive instance.
3599
Age (days ago)
3599
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexander Belopolsky