使用乔达时间和 IATA 时区

发布于 2024-12-05 00:25:15 字数 592 浏览 1 评论 0原文

Innovata 发布航空业的IATA 时区/夏令时数据。
这些文件包含机场代码、IATA 时区、UTC 偏移量的开始/停止日期、UTC机场的偏移量和经度/纬度。

转换 IATA 时区 转换为 Olson Db/Tz 数据库格式与 Joda 一起使用的 DateTimeZone时间

Innovata publish the IATA Time Zone/Daylight Saving Time data for airline industry.
These files contains airport code, IATA Time Zone, start/stop date for UTC offset, UTC offset and longitude/latitude for the airport.

What is the best practice to convert an IATA Time Zone into Olson Db/Tz Database format or DateTimeZone for use with Joda Time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

墨落画卷 2024-12-12 00:25:15

已经添加在评论中,但是...

我怀疑最简单的方法是解析文件并通过 DateTimeZoneBuilder。您还可以实现 ZoneInfoProvider如果你不想传递这些区域。

Already added in a comment, but...

I suspect it would be easiest to just parse the file and create DateTimeZone instances via DateTimeZoneBuilder. You could also potentially implement ZoneInfoProvider if you didn't want to pass the zones around.

月下凄凉 2024-12-12 00:25:15

您是否考虑过将 UTC 偏移量转换为 DateTimeZone?

Have you considered converting the UTC offset to DateTimeZone instead?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文