Mercurial > noffle
changeset 260:1daefc6533eb noffle
[svn] Save before you commit, boy.
author | bears |
---|---|
date | Wed, 26 Jun 2002 14:39:32 +0100 |
parents | b660fadc1814 |
children | 56404839dd33 |
files | ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 26 14:30:26 2002 +0100 +++ b/ChangeLog Wed Jun 26 14:39:32 2002 +0100 @@ -9,6 +9,9 @@ a routine expire. * config.h.in,configure,configure.in: Check for timegm(). * src/server.c,src/util.c,src/util.h: Recognise GMT/UTC on NNTP NEWGROUPS. + Do small reorg of some of the timezone sensitive code, and introduce + use of timegm(). An implementation is provided for systems without + timegm(). Wed Jun 26 2002 Jim Hague <jim.hague@acm.org>