标签: java datetime locale
未正确配置,但dateTimeZone已正确配置。 由于语言环境和时区之间存在多对一的关系,理论上可以将时区转换为语言环境
dateTimeZone
我正在寻找可以像这样使用的函数getLocaleFromDateTimeZone:
getLocaleFromDateTimeZone
DateTimeZone dtz = DateTimeZone.forID("Europe/Berlin"); Locale loca = getLocaleFromDateTimeZone(dtz) // should return Locale.GERMAN