diff src/lib/ioloop.h @ 492:efa46e28a0d7 HEAD

Fixes to timezone handling which were handling quite badly. added ioloop_timezone which gets updated with ioloop_time. Changed some GMT references to UTC. Timezone offsets are in minutes now everywhere instead of seconds. Fixes for unsigned time_t.
author Timo Sirainen <tss@iki.fi>
date Thu, 24 Oct 2002 03:15:38 +0300
parents 60040a9d243f
children fd8888f6f037
line wrap: on
line diff
--- a/src/lib/ioloop.h	Thu Oct 24 00:07:37 2002 +0300
+++ b/src/lib/ioloop.h	Thu Oct 24 03:15:38 2002 +0300
@@ -17,6 +17,7 @@
    Can be used instead of time(NULL). */
 extern time_t ioloop_time;
 extern struct timeval ioloop_timeval;
+extern struct timezone ioloop_timezone;
 
 /* I/O listeners - you can create different handlers for IO_READ and IO_WRITE,
    but make sure you don't create multiple handlers of same type, it's not