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
At the very least, this appears to be an undocumented breaking change, if it's otherwise an intended change in API.
but it would be nice for there to be a baked-in part of the API to obtain the original 0=sunday day-of-week integer mapping. That somewhat relates to #63. Except I'm more just looking to retain the original pendulum integer mapping that appears to have changed.
The text was updated successfully, but these errors were encountered:
In pendulum version 2.1.2 the day of week constants are defined as:
In version 3 they're defined as:
Further, this translates into object-API level differences:
2.1.2
vs 3.0.0
At the very least, this appears to be an undocumented breaking change, if it's otherwise an intended change in API.
but it would be nice for there to be a baked-in part of the API to obtain the original 0=sunday day-of-week integer mapping. That somewhat relates to #63. Except I'm more just looking to retain the original pendulum integer mapping that appears to have changed.
The text was updated successfully, but these errors were encountered: