Files
ladybird/Libraries/LibC
Nico Weber 1c9581f383 LibC: Make mktime() / gmtime() more POSIX-compliant
mktime() is supposed to fill in tm_wday and tm_yday, and it
it's supposed to canonicalize out-of-range values (that is,
"Jan 31" is turned into "Feb 1").

Instead of making the straightfoward tm_to_time() implementation
more complicated, just make it call time_to_tm() once the timestamp
is computed to break it back down ot (canonical) tm entries.
2020-08-24 18:20:07 +02:00
..
2020-02-19 16:08:28 +01:00
2020-01-18 09:45:54 +01:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00
2020-08-22 20:55:10 +02:00
2020-08-24 00:45:03 +02:00
2020-08-24 00:45:03 +02:00
2020-08-21 12:11:48 +02:00