From: Krzysztof Wilczynski Date: Sat, 30 Apr 2011 01:44:49 +0000 (+0100) Subject: Added comment line. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=55df5ac566b2ba233c53b4865a183f13b5ec8160;p=puppet-stdlib.git Added comment line. Signed-off-by: Krzysztof Wilczynski --- diff --git a/time.rb b/time.rb index 06c4586..f7c1041 100644 --- a/time.rb +++ b/time.rb @@ -12,6 +12,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']