I noticed that time.h is missing daylight. Given a zoneinfo string, setting TZ and calling tzset works; however, it seems that the "daylight" global variable is missing. What I need to know is if this particular zoneinfo setting is subject to daylight savings time or not (for instance Phoenix is not, Detroit is). The tm_isdst flag is not the same, since it tells you when you are in daylight savings time.
Also, I noticed (in RELEASE_4_4) that the tm_zone is not idential to tzname[tm.tm_isdst]... Thanks! Clark To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

