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.
2 parents 934f970 + 490b5c4 commit f6ab15eCopy full SHA for f6ab15e
doku.php
@@ -64,7 +64,7 @@
64
if ($date_parse) {
65
$DATE_AT = $date_parse;
66
} else { // check for UNIX Timestamp
67
- $date_parse = @date('Ymd', $DATE_AT);
+ $date_parse = @date('Ymd', (int) $DATE_AT);
68
if (!$date_parse || $date_parse === '19700101') {
69
msg(sprintf($lang['unable_to_parse_date'], hsc($DATE_AT)));
70
$DATE_AT = null;
0 commit comments