您好我想在我的布局页面中显示时区下拉... zf2中是否有任何方法可以获取时区列表,或者可以手动输入数据库并获取此列表。
答案 0 :(得分:0)
不,但是有PHP。
http://php.net/manual/en/function.timezone-identifiers-list.php
对于IANA格式字符串(例如Europe / London,America / New_York):
DateTimeZone::listIdentifiers()
或
timezone_identifiers_list()
缩写:
DateTimeZone::listAbbreviations()
或
timezone_abbreviations_list()
http://php.net/manual/en/function.timezone-abbreviations-list.php