summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']