Skip to content
New issue

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

TimeZone Daylight savings #84

Open
anasos opened this issue Aug 28, 2019 · 2 comments
Open

TimeZone Daylight savings #84

anasos opened this issue Aug 28, 2019 · 2 comments

Comments

@anasos
Copy link

anasos commented Aug 28, 2019

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

eh3rrera added a commit that referenced this issue Aug 30, 2019
@eh3rrera
Copy link
Owner

Hi @anasos. You're right, LocalDateTime have no concept of time-zone. I have removed the example, thank you so much! 👍

@anasos
Copy link
Author

anasos commented Aug 30, 2019

Hi @eh3rrera.

The thank to you for your very helpful book.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants