Closed
Description
This issue was originally filed by [email protected]
Date.toString() currently returns something that is almost RFC3339 (it uses the variant with a space instead of 'T' as a separator).
However it's documented as a human-readable string and so I don't want to rely on that.
Could we have a method that explicitly returns a RFC3339 date (with 'T')?