Module Name: src Committed By: itohy Date: Thu Nov 12 18:19:02 UTC 1998 Modified Files: src/usr.bin/ftp: fetch.c Log Message: HTTP uses UTC time, and changed to use timegm(3) instead of mktime(3) for conversion of HTTP time. XXX Unfortunately, timegm(3) is not portable (ex. SunOS 4 have, but 5 not).