SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.64k stars 3.15k forks source link

AK: Small preparations for LibDateTime #24642

Closed kleinesfilmroellchen closed 1 day ago

kleinesfilmroellchen commented 4 days ago

Simplify the #22990 revival. No functional changes.

AK: Move nanoseconds_within_second to Duration

AK: Move FormatParser to a new header

Since it was intentionally removed from Format.h to untangle dependencies, this is a new small header that can be included by anyone needing custom format parsing.