From: Krzysztof Wilczynski Date: Sat, 30 Apr 2011 01:45:04 +0000 (+0100) Subject: Added comment line. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=20a8892c094d2dc5193f495261524c523d45e725;p=puppet-stdlib.git Added comment line. Signed-off-by: Krzysztof Wilczynski --- diff --git a/strftime.rb b/strftime.rb index b3cd6a6..c919320 100644 --- a/strftime.rb +++ b/strftime.rb @@ -21,6 +21,7 @@ module Puppet::Parser::Functions time = Time.new + # There is probably a better way to handle Time Zone ... if time_zone and not time_zone.empty? original_zone = ENV['TZ']