(str)
| 124 | |
| 125 | /** @param {string} str An [RFC 9557](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime#rfc_9557_format)-compatible string */ |
| 126 | export function parse(str) { |
| 127 | return IsoDate.parse(str); |
| 128 | } |