This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2006年01月04日 15:24 by zilche, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| strptime.diff | zilche, 2006年01月04日 15:46 | patch w/ unittests and documentation | review | |
| Messages (3) | |||
|---|---|---|---|
| msg54702 - (view) | Author: Johan Dahlin (zilche) | Date: 2006年01月04日 15:24 | |
As defined in: http://www.opengroup.org/onlinepubs/009695399/functions/strptime.html %r -> locales representation of time + AM/PM %e -> %d %h -> %b %D -> %m/%d/%y %R -> %H:%M %T -> %H:%M:%S %n/%t -> whitespace |
|||
| msg54703 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2006年01月10日 19:18 | |
Logged In: YES user_id=1188172 If these codes are supported in strptime, they must also be supported in strftime. But the platform strftime is not guaranteed to support these escapes on e.g. Windows. I don't know if rewriting strftime in Python makes sense. Anyhow, turning this into a feature request. |
|||
| msg157257 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年04月01日 06:14 | |
#3173 proposes an OS-independent strftime implementation. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:14 | admin | set | github: 42763 |
| 2012年04月01日 06:14:55 | georg.brandl | set | status: open -> closed superseder: external strftime for Python? resolution: duplicate messages: + msg157257 |
| 2010年07月16日 13:39:37 | BreamoreBoy | set | nosy:
+ belopolsky versions: + Python 3.2, - Python 3.1, Python 2.7 |
| 2009年03月20日 23:51:28 | ajaksu2 | set | title: %ehrntDRT support for time.strptime -> %ehrntDRT support for time.strptime stage: patch review versions: + Python 3.1, Python 2.7 |
| 2006年01月04日 15:24:46 | zilche | create | |