Issue #3512 has been updated by Gustavo Soares.
Here is the new bug url: http://projects.puppetlabs.com/issues/3528 reported to the Puppet core tracker. ---------------------------------------- Bug #3512: dashboard interface does not inform the real report time http://projects.puppetlabs.com/issues/3512 Author: Gustavo Soares Status: Rejected Priority: Normal Assigned to: Category: Target version: Keywords: gmt, report time, yaml Branch: Puppet generate their yaml report files with GMT 0 Example: **201004062310.yam**l However, if we look the time value within the yaml file body we ge the right machine time. In the example bellow, the machine's GMT is -03:00 (I've added one more dash) . --- !ruby/object:Puppet::Transaction::Report host: xxxx.globoi.com logs: - !ruby/object:Puppet::Util::Log level: :info message: Applying configuration version '1270595394' source: Puppet tags: - info time: 2010-04-06 20:09:59.434711 **--03:00** - !ruby/object:Puppet::Util::Log ... It would be pretty nice if the dashboard interface showed the real machine time -- 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.
