Issue #1125 has been updated by Per Cederqvist.
Today DST started here in Sweden, and my logs are full of the above message. At the very least, please change the log message by appending <blockquote> If DST has just started or ended, this message is normal, and the situation will return to normal tomorrow. </blockquote> so that users don't have to be too concerned about this issue in the future. ---------------------------------------- Bug #1125: incorrect parsing of range after DST change https://projects.puppetlabs.com/issues/1125 Author: Jeff Lawhorn Status: Accepted Priority: Low Assignee: Category: schedule Target version: Patch: None Affected Puppet version: 0.24.7 Keywords: Branch: After the Daylight Savings Time change this morning, range statements are not being parsed correctly. The code: <pre> schedule { 'daily2am': range => "02:00 - 02:59", period => daily, repeat => 1, } </pre> Worked just fine for the last few months. After the DST change, this error is generated: <pre> err: Could not apply complete catalog: Incorrectly converted time: Sun Mar 09 03:00:23 -0700 2008: 3 vs 2 at /etc/puppet/manifests/schedules/daily2am.pp:6 </pre> This happens with versions 0.23.2 and 0.24.2 -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
