Module: QAT::Time::Zone
- Extended by:
- Zone
- Defined in:
- lib/qat/time/zone/unix.rb,
lib/qat/time/zone/windows.rb
Overview
Instance Method Summary collapse
Instance Method Details
#get_local_tz ⇒ Object
6 7 8 |
# File 'lib/qat/time/zone/unix.rb', line 6 def get_local_tz TimeZone::Local.get or ActiveSupport::TimeZone['UTC'] end |