Index: gwlib/date.c
===================================================================
RCS file: /home/cvs/gateway/gwlib/date.c,v
retrieving revision 1.10
diff -r1.10 date.c
49c49
<         tm.tm_sec < 0 || tm.tm_sec > 61) {
---
>         tm.tm_sec < 0 || tm.tm_sec > 59) {
May I apply this patch or is there any reason for having 60 or 61 seconds?

Reply via email to