Issue 1520662: support all of strftime(3) (original) (raw)

Created on 2006-07-11 16:58 by tonimueller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (7)
msg61248 - (view) Author: Toni Mueller (tonimueller) Date: 2006-07-11 16:58
Hello, I'd like to see support for all of strftime(3) in time.strftime() and time.strptime(). Thank you!
msg83722 - (view) Author: Tennessee Leeuwenburg (tleeuwenburg@gmail.com) (Python triager) Date: 2009-03-18 00:08
I'd be happy to look at this. Would you be able to detail what is missing for me, so that it is easier for me to get to grips with what is involved? I'm not intimately familiar with all of the functionality of these modules, so if you are able to detail what is missing, then I can more quickly look at a solution. Thanks, -T
msg83726 - (view) Author: David W. Lambert (LambertDW) Date: 2009-03-18 01:19
http://linux.die.net/man/3/strftime or this link may be in USA, if you care: http://www.manpagez.com/man/3/strftime/
msg83729 - (view) Author: David W. Lambert (LambertDW) Date: 2009-03-18 02:16
(with similar links for strpfime). These are reasons a patch may be worth while: x difficult to work around using ctypes module with c library. x help(strftime) advises the programmer to see the reference manual for formatting codes. x Searching bugs.python.org open issues for strftime has 31 hits, some related.
msg83731 - (view) Author: David W. Lambert (LambertDW) Date: 2009-03-18 02:17
(I have no clue where the servers are.)
msg83800 - (view) Author: Tennessee Leeuwenburg (tleeuwenburg@gmail.com) (Python triager) Date: 2009-03-19 03:25
I might start trawling through these issues, slowly ticking them off. Thanks for the links. -T On Wed, Mar 18, 2009 at 1:17 PM, David W. Lambert <report@bugs.python.org>wrote: > > David W. Lambert <lambertdw@corning.com> added the comment: > > (I have no clue where the servers are.) > > ---------- > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue1520662> > _______________________________________ >
msg108680 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2010-06-26 02:30
time.strftime does support all of the platform strftime(3) format codes.
History
Date User Action Args
2022-04-11 14:56:18 admin set github: 43648
2010-07-15 07:02:07 belopolsky set status: pending -> closed
2010-06-26 02:30:38 belopolsky set status: open -> pendingassignee: belopolskynosy: + belopolskymessages: + resolution: out of datestage: resolved
2010-06-12 06:11:24 belopolsky set files: - unnamed
2009-03-19 03:25:20 tleeuwenburg@gmail.com set files: + unnamedmessages: +
2009-03-18 02:17:33 LambertDW set messages: +
2009-03-18 02:16:02 LambertDW set messages: +
2009-03-18 01:19:42 LambertDW set nosy: + LambertDWmessages: +
2009-03-18 00:08:33 tleeuwenburg@gmail.com set nosy: + tleeuwenburg@gmail.commessages: +
2006-07-11 16:58:24 tonimueller create