time.strftime handling %z/%Z badly
Open
Nobody has claimed this yet.
extension-modules
OS-mac
OS-windows
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 38051 |
|---|---|
| Nosy | @abalkin, @pganssle, @macintux |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2019-09-07.17:30:09.510>
labels = ['3.7']
title = 'time.strftime handling %z/%Z badly'
updated_at = <Date 2019-09-12.14:20:56.259>
user = 'https://github.com/macintux'
bugs.python.org fields:
activity = <Date 2019-09-12.14:20:56.259>
actor = 'xtreak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2019-09-07.17:30:09.510>
creator = 'macintux'
dependencies = []
files = []
hgrepos = []
issue_num = 38051
keywords = []
message_count = 1.0
messages = ['351306']
nosy_count = 3.0
nosy_names = ['belopolsky', 'p-ganssle', 'macintux']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue38051'
versions = ['Python 3.7']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue points to time.strftime and the migrated BPO issue 38051; start by reading that linked report and its Python 3.7 context. Reproduce the reported %z/%Z behavior, then verify that the formatting matches the expected behavior described in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100