Java Date Time Start and End of day without any TimeZone information
seems to work fine The Z at the end is time zone information, meaning
offset 00:00 from UTC, aka Zero, aka Zulu, so first you parse the string
into a type that stores date, time, and the Z timezone. With Java 8 Time
API, that would be Instant, Offset
Date : January 02 2021, 06:48 AM , By : jedameron