#1125: incorrect parsing of range after DST change
-------------------+--------------------------------------------------------
Reporter: jeffl | Owner: community
Type: defect | Status: new
Priority: normal | Component: server
Version: | Severity: normal
Keywords: | Stage: Unreviewed
Patch: None | Complexity: Unknown
-------------------+--------------------------------------------------------
After the Daylight Savings Time change this morning, range statements are
not being parsed correctly.
The code:
{{{
schedule { 'daily2am':
range => "02:00 - 02:59",
period => daily,
repeat => 1,
}
}}}
Worked just fine for the last few months. After the DST change, this
error is generated:
{{{
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
}}}
This happens with versions 0.23.2 and 0.24.2
--
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1125>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---