summaryrefslogtreecommitdiffstats
path: root/lib/facter/timezone.rb
blob: 744e06a94377d6f2c47fdfac3bf6ab81b0ac642c (plain)
1
2
3
4
5
Facter.add("timezone") do
     setcode do
         Time.new.zone
     end
end