We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on pendulum 2.1.2
>>> print(pendulum.now()) 2024-05-08T12:19:32.071277-04:00
using pendulum 3.0.0
>>> print(pendulum.now()) 2024-05-08 12:19:59.697597-04:00
I dont see any infos in docs that this change was on purpose, in fact i still see mention that
The default string representation is the same as the one returned by the isoformat() method.
isoformat()
this is still working fine as a workaround
>>> print(pendulum.now().to_iso8601_string()) 2024-05-08T12:25:34.319206-04:00
The text was updated successfully, but these errors were encountered:
duplicate with issue 800
Sorry, something went wrong.
No branches or pull requests
Issue
on pendulum 2.1.2
using pendulum 3.0.0
I dont see any infos in docs that this change was on purpose, in fact i still see mention that
this is still working fine as a workaround
The text was updated successfully, but these errors were encountered: