mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 02:16:39 +02:00
There's no need to allocate a String for these. Note the "string" parameter of DateTime::parse is left as a String for now; the parser is currently using strtol which needs a NUL-terminated string. This method can likely be rewritten with GenericLexer.
16 KiB
16 KiB