diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2010-02-17 11:18:24 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2010-02-17 11:18:24 +0000 |
| commit | 922ba8695f9afa9d07b21a861536528d84685941 (patch) | |
| tree | 0651309ba5df24ab03c73f2b8948376df5ef690f /unused | |
| parent | 77566d4b374e823f866d8adce69b12ee74a1de1a (diff) | |
Vendor import of tzcode2010a:vendor/tzcode/tzcode2010a
* asctime.c - Set errno to EINVAL and return
"??? ??? ?? ??:??:?? ????\n"
if asctime_r is called with a NULL struct tm pointer.
(Note that asctime_r is called by ctime_r and asctime;
asctime is called by ctime.)
* localtime.c - Set errno to EINVAL and return WRONG
if time1 is called with a NULL struct tm pointer;
avoid dereference if a NULL struct tm pointer is
passed to timelocal, timegm, or timeoff.
(Note that time1 is called by mktime,
timegm, and timeoff; mktime is called by timelocal.)
Obtained from: ftp://elsie.nci.nih.gov/pub/
Diffstat (limited to 'unused')
| -rw-r--r-- | unused/tz-art.htm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/unused/tz-art.htm b/unused/tz-art.htm index a3a9eedc0b91..49df2ffa8b34 100644 --- a/unused/tz-art.htm +++ b/unused/tz-art.htm @@ -9,7 +9,7 @@ PUBLIC "-//W3C//DTD HTML 4.01//EN" <body> <h1>Time and the Arts</h1> <address> -@(#)tz-art.htm 8.15 +@(#)tz-art.htm 8.16 </address> <p> This file is in the public domain, so clarified as of @@ -366,6 +366,11 @@ premonition in the "We Had a Dream" episode of "Medium" (originally aired 2007-02-28). </li> <li> +In the "30 Rock" episode "Anna Howard Shaw Day" (first broadcast 2010-02-11), +Jack Donaghy's date realizes that a Geneva-to-New-York business phone call +received in the evening must be fake given the difference in local times. +</li> +<li> In the 1946 movie "A Matter of Life and Death" (U.S. title "Stairway to Heaven") there is a reference to British Double Summer Time. |
