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