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.
我正在尝试在运行的 java webapp 中更新/访问(更新)时区,当底层操作系统的时区(在我的情况下是 linux 发行版)被更新时。
谢谢你的帮助。
每次您需要时区时,请尝试从您的网络应用程序调用
TimeZone.getDefault();
这里的文档: