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.
在 Jira 中,您可以选择与服务器时间不同的时间(时区)。在开发过程中如何获得这个时间(或时区)?
timezone = Objects.firstNonNull( TimeZoneRegistryFactory.getInstance().createRegistry().getTimeZone(TimeZone.getDefault().getID()), TimeZone.getDefault() );