mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 18:31:30 +00:00
more consistent fallback format for smart_date_time()
This commit is contained in:
@@ -1359,7 +1359,7 @@
|
|||||||
} else if (date("Y", $timestamp) == date("Y")) {
|
} else if (date("Y", $timestamp) == date("Y")) {
|
||||||
return date("M d, G:i", $timestamp);
|
return date("M d, G:i", $timestamp);
|
||||||
} else {
|
} else {
|
||||||
return date("Y/m/d G:i", $timestamp);
|
return date("Y/m/d, G:i", $timestamp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user