mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
ee7ab5d053
For example, LibJS will need to parse date strings of the form: Wed Dec 31 1969 19:00:00 GMT-0500 (Eastern Standard Time) This string contains both the time zone offset (-05:00) and a display name for the time zone (Eastern Standard Time). Because we will already handle time zone adjustments when we handle the offsets, we will want to just skip the time zone name. This patch will let us use a format string of the form "GMT%z (%+)" to do so. |
||
---|---|---|
.. | ||
10kb.txt | ||
CMakeLists.txt | ||
long_lines.txt | ||
small.txt | ||
TestLibCoreArgsParser.cpp | ||
TestLibCoreDateTime.cpp | ||
TestLibCoreDeferredInvoke.cpp | ||
TestLibCoreFilePermissionsMask.cpp | ||
TestLibCoreFileWatcher.cpp | ||
TestLibCoreMappedFile.cpp | ||
TestLibCorePromise.cpp | ||
TestLibCoreSharedSingleProducerCircularQueue.cpp | ||
TestLibCoreStream.cpp |