1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 09:37:35 +00:00
serenity/Userland/Applications/CertificateSettings
Timothy Flynn 928287b782 LibCrypto: Store ASN1 certificate timestamps as UnixDateTime
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.
2024-03-08 00:41:23 +01:00
..
CertificateStoreWidget.cpp LibCrypto: Store ASN1 certificate timestamps as UnixDateTime 2024-03-08 00:41:23 +01:00
CertificateStoreWidget.gml CertificateSettings: Use new GML compiler 2024-01-19 10:50:15 +00:00
CertificateStoreWidget.h Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
CMakeLists.txt CertificateSettings: Use new GML compiler 2024-01-19 10:50:15 +00:00
main.cpp Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00