--- imap/fetchnews.c.orig Mon Apr 10 09:47:41 2006 +++ imap/fetchnews.c Mon Apr 10 09:48:06 2006 @@ -433,7 +433,7 @@ int main(int argc, char *argv[]) We can't change this, otherwise we'd be incompatible with an old localtime timestamp. */ - stamp -= timezone; + stamp -= ctime.tm_gmtoff; } if (!newnews) {