Ben Harris f94a7062e3 Switch from asctime() to strftime()
C23 marks asctime() as deprecated and it seems polite to keep up with
that.  Using strftime() isn't noticeably more complicated: the "%c"
specifier does what we want and we don't get a spurious newline that
we have to remove again.
2025-03-25 11:09:54 +00:00
2024-06-12 22:54:26 +01:00
2025-03-25 11:09:54 +00:00
2024-10-24 00:01:26 +01:00
2025-02-02 17:00:00 +00:00
2025-02-03 00:32:37 +00:00
Description
No description provided
1.5 MiB
Languages
C 79.4%
HTML 6.6%
Python 6.2%
PostScript 4.4%
CSS 1.9%
Other 1.5%