Method: Phonelib::PhoneExtendedData#timezone
- Defined in:
- lib/phonelib/phone_extended_data.rb
#timezone ⇒ String|nil
Returns first timezone (in case several match) of parsed phone number or nil if number is invalid or there is no timezone specified in db for this number
24 25 26 |
# File 'lib/phonelib/phone_extended_data.rb', line 24 def timezone timezones.first end |