LocalDateTime.now constructor
LocalDateTime.now()
Creates a LocalDateTime that represents the current date and time.
Implementation
LocalDateTime.now(): super.now();
Creates a LocalDateTime that represents the current date and time.
LocalDateTime.now(): super.now();