Java 8 ZonedDateTime APIs

preview_player
Показать описание
In this video tutorial you will learn how to work with ZonedDateTime APIs in Java 8 Date/Time.
Below is the GitHub link to download source Code:
Рекомендации по теме
Комментарии
Автор

when you type ZoneDateTime.of(LocalDateTime.now(), zondId);
how you are able to insert the Reference variable by eclipse itself.
like it comes like
ZoneDateTime zoneDateTime = ZoneDateTime.of(LocalDateTime.now(), zoneId);


can you please let me know.

Sobioytccc
Автор

If LocalDateTime is in IST timezone and i want to get in EST timezone than how can convert time in IST to EST?

arvindsinha