现在是夏天。我们打开了dayLightTime。但是下面的代码没有考虑到这一点,或者在其他方面是错误的。
DateTimeZone dateTimeZone = DateTimeZone.forID("America/New_York");
DateTime dateTime = DateTime.now(dateTimeZone);
System.out.println("Current time is: " + dateTime);
请在您的机器上运行此代码并检查输出
我错在哪里?
America/New_York
是美国东部时间
对于中央时间,使用America/Chicago