更好的Python日期时间显示?
我正在使用 babel 和 pytz 来获取时区。然而,对于美国的大部分地区,它映射到下拉框中没有那么有用的东西:
“America/New_York”显示“Eastern Time”, “America/Nipigon”还显示“东部时间”。
有什么方法可以进行此转换以添加城市信息吗?其他时区似乎还可以,例如“亚洲/雅加达”转换为“印度尼西亚(雅加达)时间”
I'm using babel and pytz to get the time zones. However, for most of America, it maps to something not as helpful in a dropdown box:
"America/New_York" displays "Eastern Time",
"America/Nipigon" also displays "Eastern Time".
Is there some way to do this conversion to add city info? other timezones seems okay, like "Asia/Jakarta" converts to "Indonesia (Jakarta) Time"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
适用于我的 Babel 0.9.5 和 pytz 2010b。
py.tz
输出
你是如何运行它的?什么版本?
如果您坚持使用现有的版本,那么为什么不只使用大陆/城市条目呢?
这是您的起点。它决定了大陆和城市,因此您可以根据需要设置其格式。
tzs.py
输出
Works for me with Babel 0.9.5 and pytz 2010b.
py.tz
output
How are you running it? What versions?
If you are stuck with the versions you have, then why not only use the Continent/City entries?
Here's a starting point for you. It determines both the continent and the city, so you can format it however you want.
tzs.py
output