Issue #511 has been updated by Luke Kanies. Assigned to deleted (Luke Kanies)
---------------------------------------- Bug #511: checksum => timestamp hiccups on timezone change http://projects.puppetlabs.com/issues/511 Author: David Schmitt Status: Accepted Priority: Low Assigned to: Category: file Target version: Patch: Code Affected version: 0.25.4 Keywords: 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.
