North American Network Operators Group
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
Re: Mail problems, not microsoft
- From: Mark Milhollan
- Date: Mon Jan 03 00:26:46 2000
> This is because of the localtime() call.
>
> I had to fix one of my programs that I didn't notice it
>was doing this until after the day went past.
Similar minor problem here. An ancient version of GNU date was still
in-use, and it didn't seem to like the year.
$ date -d "`date`"
date: invalid date.
heh. New version fixed it right up.
$ date -d "`date`"
Sun Jan 2 21:14:51 PST 2000
|