Hi, We have a puppet 24.7 server for most of our legacy clients and a 25.4 server for newer ones and I notice that the :_timestamp format in the yaml has changed between the two. Old version: :_timestamp: 2010-05-18 10:10:57.751111 -07:00 New Version: :_timestamp: Tue May 18 09:34:59 -0700 2010 I probably wouldn''t have noticed the change if it weren''t for the fact that I''ve written code against the old format and the newer format just fails the match, then today I came across another script someone else wrote that has a similar problem parsing the new format. I''ve been digging for bugs and other reports of oddly formatted timestamps off and on for the last couple weeks and still have an empty jar. So its quite possible that either I have done something incredibly rare and unique or more likely I''ve lost my mind and its all a delusion. Is this an intentional change with puppet, facter, or some other outside influence (what sets the :_timestamp value)? Can anyone recommend a tweak (I prefer the old format)? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.