Converts the date value to JSON.
Returns:
@override String? toJSON() { return rawValue?.toUtc().toIso8601String(); }