summaryrefslogtreecommitdiff
path: root/strftime.rb
diff options
context:
space:
mode:
authorKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>2011-04-30 02:45:04 +0100
committerKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>2011-04-30 02:45:04 +0100
commit20a8892c094d2dc5193f495261524c523d45e725 (patch)
treeeb3267eb5eeae8233c909793d0cdc4da08afba41 /strftime.rb
parent55df5ac566b2ba233c53b4865a183f13b5ec8160 (diff)
Added comment line.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Diffstat (limited to 'strftime.rb')
-rw-r--r--strftime.rb1
1 files changed, 1 insertions, 0 deletions
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']