Day151 — LocalDateTime
Mar 6, 2022
LocalDateTime is available since java 1.8 and android O (API 26).
It provides a much more convenient handling on time and date than the old Date and SimpleDateFormat class.
https://developer.android.com/reference/java/time/LocalDateTime