Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support all of strftime(3) #43648

Closed
tonimueller mannequin opened this issue Jul 11, 2006 · 7 comments
Closed

support all of strftime(3) #43648

tonimueller mannequin opened this issue Jul 11, 2006 · 7 comments
Assignees
Labels
type-feature A feature request or enhancement

Comments

@tonimueller
Copy link
Mannequin

tonimueller mannequin commented Jul 11, 2006

BPO 1520662
Nosy @abalkin

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 = 'https://github.com/abalkin'
closed_at = <Date 2010-07-15.07:02:07.884>
created_at = <Date 2006-07-11.16:58:24.000>
labels = ['type-feature']
title = 'support all of strftime(3)'
updated_at = <Date 2010-07-15.07:02:07.883>
user = 'https://bugs.python.org/tonimueller'

bugs.python.org fields:

activity = <Date 2010-07-15.07:02:07.883>
actor = 'belopolsky'
assignee = 'belopolsky'
closed = True
closed_date = <Date 2010-07-15.07:02:07.884>
closer = 'belopolsky'
components = ['None']
creation = <Date 2006-07-11.16:58:24.000>
creator = 'tonimueller'
dependencies = []
files = []
hgrepos = []
issue_num = 1520662
keywords = []
message_count = 7.0
messages = ['61248', '83722', '83726', '83729', '83731', '83800', '108680']
nosy_count = 4.0
nosy_names = ['belopolsky', 'tonimueller', 'LambertDW', 'tleeuwenburg@gmail.com']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1520662'
versions = []

@tonimueller
Copy link
Mannequin Author

tonimueller mannequin commented Jul 11, 2006

Hello,

I'd like to see support for all of strftime(3) in
time.strftime() and time.strptime().

Thank you!

@tonimueller tonimueller mannequin added type-feature A feature request or enhancement labels Jul 11, 2006
@tleeuwenburggmailcom
Copy link
Mannequin

tleeuwenburggmailcom mannequin commented Mar 18, 2009

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

@lambertdw
Copy link
Mannequin

lambertdw mannequin commented Mar 18, 2009

http://linux.die.net/man/3/strftime

or this link may be in USA, if you care:

http://www.manpagez.com/man/3/strftime/

@lambertdw
Copy link
Mannequin

lambertdw mannequin commented Mar 18, 2009

(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.

@lambertdw
Copy link
Mannequin

lambertdw mannequin commented Mar 18, 2009

(I have no clue where the servers are.)

@tleeuwenburggmailcom
Copy link
Mannequin

tleeuwenburggmailcom mannequin commented Mar 19, 2009

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\>


@abalkin
Copy link
Member

abalkin commented Jun 26, 2010

time.strftime does support all of the platform strftime(3) format codes.

@abalkin abalkin closed this as completed Jul 15, 2010
@abalkin abalkin closed this as completed Jul 15, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant