Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行 rake time:zones:all 没有列出马尼拉的任何时区。我应该在申请马尼拉/菲律宾时区时使用什么?
采用Time.zone = 'Asia/Manila'
Time.zone = 'Asia/Manila'
您所看到rake time:zones:all的只是一些常见的别名,它不是一个完整的列表。
rake time:zones:all
如果您想要支持的时区的完整列表,请使用TZInfo::Timezone.all.
TZInfo::Timezone.all