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