Re: Peter Eisentraut > Moreover, if there are zero-based months, why not zero-based days, > or any of the other fields?
I would suspect this is coming from C's struct tm where tm_mon is 0..11 and all other fields being "normal". Used by asctime(), gmtime() and friends. Christoph