module NearestTimeZone

Constants

VERSION

Public Class Methods

to(latitude, longitude) click to toggle source
# File lib/nearest_time_zone_jruby.rb, line 10
def self.to(latitude, longitude)
  City.nearest(latitude, longitude).andand.time_zone.name
end