DateTime getDateTime(String path, [DateTime? defaultValue]) { return getDateTimeOrNull(path, defaultValue) ?? .now(); }