diff options
author | Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | 2011-04-30 02:45:04 +0100 |
---|---|---|
committer | Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | 2011-04-30 02:45:04 +0100 |
commit | 20a8892c094d2dc5193f495261524c523d45e725 (patch) | |
tree | eb3267eb5eeae8233c909793d0cdc4da08afba41 | |
parent | 55df5ac566b2ba233c53b4865a183f13b5ec8160 (diff) | |
download | puppet-stdlib-20a8892c094d2dc5193f495261524c523d45e725.tar.gz puppet-stdlib-20a8892c094d2dc5193f495261524c523d45e725.tar.bz2 |
Added comment line.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
-rw-r--r-- | strftime.rb | 1 |
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'] |