We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4363d3c commit 2d9df0cCopy full SHA for 2d9df0c
html/details.php
@@ -845,7 +845,7 @@ function DisplayDetails () {
845
print "<tr><td>Max:</td><td>$maxsize</td></tr>";
846
print "<tr><td>Exp:</td><td>$expire</td></tr>";
847
print "<tr><td>Start:</td><td>$str</td></tr>\n";
848
- $str = strftime("%b %d %Y - %H:%M", $_SESSION['profileinfo']['tend']);
+ $str = date('M d Y - H:i T', $_SESSION['profileinfo']['tend']);
849
print "<tr><td>End:</td><td>$str</td></tr>\n";
850
print "</table>\n";
851
0 commit comments