Replies: 4 comments 3 replies
-
|
Moved to proposals. |
Beta Was this translation helpful? Give feedback.
-
|
The JSON objects produced by JavaScript have dates encoded in RFC3339 format. My guess is that writing/reading date strings of this format might be useful for serialization purposes. Speaking of which, I don't think we have any way of serializing/deserializing dates in this manner, maybe functions that can understand this format might be useful. |
Beta Was this translation helpful? Give feedback.
-
|
It's a fair ask. My main question is whether it should return |
Beta Was this translation helpful? Give feedback.
-
|
This is implemented in PR #3292. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please consider adding a string parser to core:time, similar to Go's string parser that accepts a RFC3339 formatted string:
https://pkg.go.dev/time#Parse
Beta Was this translation helpful? Give feedback.
All reactions