cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-122781: fix time format bug

Open midnightstardust opened this issue 1 year ago • 2 comments

Fixed it such that %z is now read as optional and can be an empty string.

  • Issue: gh-122781

midnightstardust avatar Aug 08 '24 15:08 midnightstardust

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

bedevere-app[bot] avatar Aug 08 '24 15:08 bedevere-app[bot]

@StanFromIreland apparently you can now close this PR since the issue has been resolved

donbarbos avatar Jun 29 '25 13:06 donbarbos

Thank you, yes this was fixed with #132922.

StanFromIreland avatar Jun 29 '25 14:06 StanFromIreland