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
Hi,
At Chapter TWENTY-TWO Time Zones and Daylight Savings I think there is an issue with the example of when DST ends
You have put as a result of the following code
LocalDateTime ldt = LocalDateTime.of(2015, 10, 25, 3, 30); System.out.println(ldt);
the following result:
2015-10-25T02:30
the LocalDateTime have no concept of time-zone
Thanks
The text was updated successfully, but these errors were encountered:
Fix issue #84
94b7a85
Hi @anasos. You're right, LocalDateTime have no concept of time-zone. I have removed the example, thank you so much! 👍
Sorry, something went wrong.
Hi @eh3rrera.
The thank to you for your very helpful book.
No branches or pull requests
Hi,
At Chapter TWENTY-TWO Time Zones and Daylight Savings
I think there is an issue with the example of when DST ends
You have put as a result of the following code
the following result:
2015-10-25T02:30
the LocalDateTime have no concept of time-zone
Thanks
The text was updated successfully, but these errors were encountered: