]> git.saurik.com Git - apple/libc.git/blobdiff - include/time.h
Libc-1244.1.7.tar.gz
[apple/libc.git] / include / time.h
index dedea0b79fcc4b11629c724d4b523caff6c19d28..51442efdb286eec2ff7819bf85a7b66f29249b2a 100644 (file)
@@ -81,7 +81,7 @@ struct tm {
        int     tm_wday;        /* days since Sunday [0-6] */
        int     tm_yday;        /* days since January 1 [0-365] */
        int     tm_isdst;       /* Daylight Savings Time flag */
-       long    tm_gmtoff;      /* offset from CUT in seconds */
+       long    tm_gmtoff;      /* offset from UTC in seconds */
        char    *tm_zone;       /* timezone abbreviation */
 };