使用Rails TZInfo的国家时区
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Rails TZInfo的国家时区相关的知识,希望对你有一定的参考价值。
countries = Country.find(:all) for country in countries begin tzc = TZInfo::Country.get(country.code.upcase) rescue puts "can't find TZInfo for #{country.code.upcase}" next end puts tzc.name for zone in tzc.zone_names puts country.code.upcase puts zone CountryTimeZone.create(:parent_id => country.id, :name => zone) end end
以上是关于使用Rails TZInfo的国家时区的主要内容,如果未能解决你的问题,请参考以下文章
如何将表单(国家/城市)中的字符串时区转换为 datetime.tzinfo
在使用利用夏令时的 Python 时区时,应该传递啥 tzinfo?
Rails 使用时区参数和 DST 强制执行 DateTime 偏移