We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date date=Date.valueOf("1991-08-01"); Solar solar=Solar.fromDate(date); System.out.println(date); System.out.println(solar);
输出结果: 1991-08-01 1991-07-31
The text was updated successfully, but these errors were encountered:
使用Date请注意时区。
Sorry, something went wrong.
应该不是时区问题。91年之后就没问题。91年之前就差一天。
你知道夏令时吗?
No branches or pull requests
Date date=Date.valueOf("1991-08-01");
Solar solar=Solar.fromDate(date);
System.out.println(date);
System.out.println(solar);
输出结果:
1991-08-01
1991-07-31
The text was updated successfully, but these errors were encountered: