Images 💾

Last commit ⭐

commit a0522aec90048fa41cf2ba568f0ef9b1da6984fb
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Fri Jan 20 20:46:39 2023 -0500
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Sat Jan 21 01:50:24 2023 +0000

    icc: Remove needless use of DateTime::to_deprecated_string()
    
    Turns out DateTime has a Formatter that prints the same thing that
    to_deprecated_string() returns.
    
    No behavior change.