diff --git a/inc/always.php.in b/inc/always.php.in index a799a93c..1ba09166 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -412,7 +412,7 @@ function DeconstructURL( $url, $force_script = false ) { */ function ISODateToHTTPDate( $isodate ) { // Use strtotime since strptime is not available on Windows platform. - return( gmstrftime('%a, %d %b %Y %T GMT', strtotime($isodate)) ); + return( gmstrftime('%a, %d %b %Y %H:%M:%S GMT', strtotime($isodate)) ); } /**