Issue #511 has been updated by Matt Robinson. Status changed from Accepted to Ready for Testing Keywords set to communitypatch
This may already be solved or not needed anymore. For now I’m just marking tickets with patches that need review, and will make another pass to decide if the tickets are still relevant. ---------------------------------------- Bug #511: checksum => timestamp hiccups on timezone change http://projects.puppetlabs.com/issues/511 Author: David Schmitt Status: Ready for Testing Priority: Low Assignee: Category: file Target version: Patch: Code Affected version: 0.25.4 Keywords: communitypatch Branch: This happened a lot after changing the timezone from UTC to UTC+1: notice: //.../File[/usr/...]/checksum: checksum changed '{time}Sun Feb 18 19:09:01 +0000 2007' to '{time}Sun Feb 18 20:09:01 +0100 2007' Since TZ changes should not happen often, this is really a minor annoyance. I suppose, the error happens in <pre>lib/puppet/type/pfile/checksum.rb</pre> when doing <pre>mtime.to_s</pre> These conversions should probably all happen in UTC. -- 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.
