module TZWhere

Time Zone mappings taken from raw.github.com/panthomakos/timezone/master/lib/timezone/active_support.rb

Constants

VERSION

Public Class Methods

lookup(latitude, longitude) click to toggle source
# File lib/tzwhere.rb, line 8
def lookup(latitude, longitude)
  @tzwhere ||= TZWhere::Query.new
  @tzwhere.lookup(latitude, longitude)
end