namespace :nearest_time_zone do

desc 'TODO: write a description here'
task :dump do
  NearestTimeZone.dump
end

end