aboutsummaryrefslogtreecommitdiff
path: root/classes/Pref_System.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2024-12-16 04:39:54 +0000
committerAndrew Dolgov <fox@fakecake.org>2024-12-16 04:39:54 +0000
commit13804c4beb3b5299829e756130753cc21956df57 (patch)
tree82299fdc13a4e0950126c0ec889d4a9e020748f6 /classes/Pref_System.php
parentd5b1258d294fb8b0e43344a9925a9202925fcb02 (diff)
parentf9b2291c28e7036276134aac84ec456fbd297d30 (diff)
Merge branch 'feature/smart_date_time_never' into 'master'
Consistently "smart display" the Unix epoch as "Never", clean up calls to `TimeHelper::make_local_datetime()` See merge request tt-rss/tt-rss!89
Diffstat (limited to 'classes/Pref_System.php')
-rw-r--r--classes/Pref_System.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Pref_System.php b/classes/Pref_System.php
index 885eabdac..225fc49b9 100644
--- a/classes/Pref_System.php
+++ b/classes/Pref_System.php
@@ -143,7 +143,7 @@ class Pref_System extends Handler_Administrative {
<td class='errstr'><?= $line["errstr"] . "\n" . $line["context"] ?></td>
<td class='login'><?= $line["login"] ?></td>
<td class='timestamp'>
- <?= TimeHelper::make_local_datetime($line["created_at"], false) ?>
+ <?= TimeHelper::make_local_datetime($line['created_at']) ?>
</td>
</tr>
<?php } ?>