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.

Author Erik Cederstrand
Recipients Erik Cederstrand, Esben.Agerbæk.Black, belopolsky, lemburg, mark.dickinson, pitrou
Date 2012-06-15.11:04:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339758290.25.0.22335695846.issue14423@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to point out that http://bugs.python.org/issue12006 provides a solution (including patches) based on %G%, V and %u directives for use in strptime()/strftime(). These directives are defined in (FreeBSD) libc, and PHP has them, too.

I think the strptime approach is a more elegant and standardized way of creating dates from exotic values.
History
Date User Action Args
2012-06-15 11:04:50Erik Cederstrandsetrecipients: + Erik Cederstrand, lemburg, mark.dickinson, belopolsky, pitrou, Esben.Agerbæk.Black
2012-06-15 11:04:50Erik Cederstrandsetmessageid: <1339758290.25.0.22335695846.issue14423@psf.upfronthosting.co.za>
2012-06-15 11:04:49Erik Cederstrandlinkissue14423 messages
2012-06-15 11:04:49Erik Cederstrandcreate