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
pendulum.instance(dt) works for datetime.datetime, but how can I initialize a Pendulum object from an existing datetime.date (specifically a Django DateField)?
My current workaround:
pendulum.parse(str(date_object))
brylie, match-gabeflores, AndreiPashkin, jacobg, Ifeo-A and 30 more