Re: date: bug in calculating future dates

2006-08-03 Thread Christian Hoffmann
Philip Rowlands schrieb: > > Notice that in your configured timezone, the DST offset changes > between these two dates ("CET" vs "CEST"). I'd suggest that accounts > for the missing day, and that using the --utc flag to date will clear > up any ambiguity. > Thats it. Thank you, Christian _

Re: date: bug in calculating future dates

2006-08-03 Thread Philip Rowlands
On Thu, 3 Aug 2006, Christian Hoffmann wrote: [EMAIL PROTECTED]:~ $ date -d "2006-08-07 +230 days" Sa Mär 24 23:00:00 CET 2007 [EMAIL PROTECTED]:~ $ date -d "2006-08-07 +231 days" Mo Mär 26 00:00:00 CEST 2007 Sunday is missing Notice that in your configured timezone, the DST offset changes bet

date: bug in calculating future dates

2006-08-03 Thread Christian Hoffmann
Hello, I think, I found a bug: [EMAIL PROTECTED]:~ $ date -d "2006-08-07 +83 days" So Okt 29 00:00:00 CEST 2006 [EMAIL PROTECTED]:~ $ date -d "2006-08-07 +84 days" So Okt 29 23:00:00 CET 2006 Two sundays [EMAIL PROTECTED]:~ $ date -d "2006-08-07 +230 days" Sa Mär 24 23:00:00 CET 2007 [EMAIL PROT