Returns the timezone of a given centre
Add this line to your application's Gemfile:
gem 'centre_timezones', git: '[email protected]:westfield/centre_timezones.git'
And then execute:
$ bundle
Or install it yourself as:
$ gem install centre_timezones
CentreTimezones.time_zone_from_centre('bondijunction') => "Australia/NSW"
CentreTimezones.time_zone_from_centre('carindale') => "Australia/Queensland"