summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--time.rb1
1 files changed, 1 insertions, 0 deletions
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']