gpt4 book ai didi

java - 使用 JodaTime 获取 Spring /夏季的 CST 时间

转载 作者:行者123 更新时间:2023-12-02 06:57:55 25 4
gpt4 key购买 nike

现在是夏天。所以我们开启了 dayLightTime。但是下面的代码没有考虑到它或者在其他方面是错误的。

DateTimeZone dateTimeZone = DateTimeZone.forID("America/New_York");
DateTime dateTime = DateTime.now(dateTimeZone);
System.out.println("Current time is: " + dateTime);

请在您的计算机上运行此代码并使用 this 检查输出

我哪里错了?

最佳答案

America/New_York 采用东部时间。

对于中部时间,请使用America/Chicago

关于java - 使用 JodaTime 获取 Spring /夏季的 CST 时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17065052/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com