Introduction
Java atStartOfDay(ZoneId)
method is used to combine start time (midnight time) with the specified date based on the time-zone. This method returns zoned date-time rather than local date-time. In this lab, you will learn how to use the atStartOfDay() method with time zone in Java.