Make a note of glibc's gmtime opening tzinfo

This commit is contained in:
Neale Pickett 2012-02-15 17:16:26 -07:00
parent db14145584
commit 6ef2b74474
1 changed files with 1 additions and 0 deletions

View File

@ -1807,6 +1807,7 @@ main(int argc, char *argv[], const char *const *envp)
(unsigned long long) (rangeend - rangestart));
printf("Last-Modified: ");
{
/* XXX: This parses tzinfo. It shouldn't have to. */
struct tm *x = gmtime(&st.st_mtime);
/*
* "Sun, 06 Nov 1994 08:49:37 GMT"