This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/12747] RFE: New time zone conversion specifier character


http://sourceware.org/bugzilla/show_bug.cgi?id=12747

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #1 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-05-10 20:43:23 UTC ---
strftime specifiers are an extremely scarse resource.  Any addition can
conflict with future extensions in the standard and standard bodies often don't
pay attention to existing implementations.

You'll have to get an extension accepted by either or both of the ISO C and
POSIX bodies.

BTW: instead of wasting yet another character it might be better to use
modifiers to existing specifiers.  Look at GNU date for inspiration.

Report back when you get results from the standard bodies.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]