FreeBSD Bugzilla – Attachment 16552 Details for
Bug 30321
[patch] strftime(3) '%s' format does not work properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 477 bytes, created by
Archie Cobbs
on 2001-09-04 22:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Archie Cobbs
Created:
2001-09-04 22:10:01 UTC
Size:
477 bytes
patch
obsolete
>Index: strftime.c >=================================================================== >RCS file: /home/cvs/freebsd/src/lib/libc/stdtime/strftime.c,v >retrieving revision 1.25.2.3 >diff -u -r1.25.2.3 strftime.c >--- strftime.c 2001/02/18 04:06:49 1.25.2.3 >+++ strftime.c 2001/09/04 20:58:27 >@@ -244,7 +244,7 @@ > time_t mkt; > > tm = *t; >- mkt = mktime(&tm); >+ mkt = timegm(&tm); > if (TYPE_SIGNED(time_t)) > (void) sprintf(buf, "%ld", > (long) mkt);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30321
: 16552