summaryrefslogtreecommitdiff
path: root/classes/TimeHelper.php
AgeCommit message (Collapse)Author
2024-12-15Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.wn_
There's no point in passing '$long' unless '$no_smart_dt' is set to 'true'.
2024-12-15Consistently handle the 'smart' display of default/never dates.wn_
2024-11-24Use PHP 8 'str_' functions.wn_
A few more characters in some places, but helps with readability.
2024-11-18Eliminate use of deprecated 'get_pref()' and 'set_pref()'.wn_
2024-03-26Make implicit nullable parameters explicitly nullable.wn_
This is to address a deprecation planned for PHP 8.4. https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
2023-10-25move to psr-4 autoloaderAndrew Dolgov