Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Jul 30, 2024
commit f85cd69a9df92cc786b6aaf8823be209bc7767cb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
On some platforms such as Linux, year with century was not 0-padded when formatted by :meth:`datetime.datetime.strftime` with specifiers ``%C`` or ``%F``. The 0-padding behavior is now guaranteed.
Patch by Ben Hsing