You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add support for dates, times, and durations as an optional feature. This should be in its own crate to prove as a model of how extending the language can work.
"2021-10-10"$d: ISO 8601 Date
"2021-10-10T01:11:11Z"$d: ISO 8601 DateTime
"01:12:13"$d - ISO 8601 Time
"T1M"$p ISO 8601 Duration/Period
The text was updated successfully, but these errors were encountered:
Blocked by Add macros #6We should add support for dates, times, and durations as an optional feature. This should be in its own crate to prove as a model of how extending the language can work.
"2021-10-10"$d
: ISO 8601 Date"2021-10-10T01:11:11Z"$d
: ISO 8601 DateTime"01:12:13"$d
- ISO 8601 Time"T1M"$p
ISO 8601 Duration/PeriodThe text was updated successfully, but these errors were encountered: