summaryrefslogtreecommitdiff
path: root/app/Timestamp.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-11Code cleanupGreg Roach1-1/+0
2025-02-10Don't uninstall dev dependencies after CI scripts. Fix some CI issuesGreg Roach1-2/+2
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2023-12-31TypoGreg Roach1-1/+1
2023-12-31codestyleGreg Roach1-12/+24
2023-12-31Use CarbonImmutable in our immutable timestampsGreg Roach1-185/+55
2023-12-30Fix bugs in timestamps and add testsGreg Roach1-2/+7
2023-12-30Refactor Timestamp to avoid mistakes (#4924)miqrogroove1-62/+29
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-28PHPdocGreg Roach1-12/+12
2022-02-20Fix: PHP7.4 compatibilityGreg Roach1-12/+12
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-0/+339
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-49/+0
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-23CodeStyleGreg Roach1-14/+2
2018-09-21Refactor Date::getAge()Greg Roach1-0/+59