Issue #511 has been updated by Nigel Kersten. Status changed from Ready for Testing to Closed
As per the below thread, we're more aggressively closing tickets whose state is unsure, particularly old tickets with little to no inactivity in a long time. You are free to reopen them. http://groups.google.com/group/puppet-users/browse_thread/thread/a040cb9bc5c5b647 ---------------------------------------- Bug #511: checksum => timestamp hiccups on timezone change https://projects.puppetlabs.com/issues/511 Author: David Schmitt Status: Closed Priority: Low Assignee: Category: file Target version: Patch: Code Affected Puppet 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.
