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/11715] syslog() does not include usecs in timestamp


https://sourceware.org/bugzilla/show_bug.cgi?id=11715

vincenzo.romano at notorand dot it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3
                 CC|                            |vincenzo.romano at notorand dot it

--- Comment #2 from vincenzo.romano at notorand dot it ---
As per RFC5424, chapter 6, the field TIME-SECFRAC is optional.
And the meaning of "optional" is explained in RFC2119 chapter 5.
This basically means that:
1. it's OK if this field is missing
2. it's OK if this field is present
In either case, no piece of software should break upon submitting, delivering
or receiving such a message.

The ticket issuer should discuss with "whoever in charge"(tm) whether this is a
desirable enhancement or not.

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