mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
928287b782
We are currently using Core::DateTime, which is meant to represent local time. However, we are doing no conversion between the parsed time in UTC and local time, so we end up comparing time stamps from different time zones. Instead, store the parsed times as UnixDateTime, which is UTC. Then we can always compare the parsed times against the current UTC time. This also lets us store parsed milliseconds. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestAES.cpp | ||
TestASN1.cpp | ||
TestBigFraction.cpp | ||
TestBigInteger.cpp | ||
TestChacha20Poly1305.cpp | ||
TestChaCha20.cpp | ||
TestChecksum.cpp | ||
TestCurves.cpp | ||
TestEd25519.cpp | ||
TestHash.cpp | ||
TestHMAC.cpp | ||
TestPBKDF2.cpp | ||
TestPoly1305.cpp | ||
TestRSA.cpp |