-
Notifications
You must be signed in to change notification settings - Fork 696
[Bitbucket] keep only 6 digits when using %f in datetime format #1511
New issue
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
[Bitbucket] keep only 6 digits when using %f in datetime format #1511
Conversation
TypeError: strptime() takes no keyword arguments
|
Can someone have a review and approve it? |
@gonchik Can you please have a look? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1511 +/- ##
==========================================
+ Coverage 34.06% 34.09% +0.02%
==========================================
Files 46 46
Lines 8832 8832
Branches 1352 1350 -2
==========================================
+ Hits 3009 3011 +2
+ Misses 5698 5696 -2
Partials 125 125 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@gonchik Can you please take a look and approve it? |
@gonchik thanks for your merge,when will be the next release including this change available in the pypi? |
@zffocussss yes, |
it is working now. |
The current created_on and completed_on field of pipeline state is like "2025-03-19T09:55:18.544325754Z" which can not be parsed by datetime.strptime directly
atlassian-python-api/atlassian/bitbucket/base.py
Line 168 in c2f3382