diff --git a/en_US.ISO8859-1/htdocs/cgi/ports.cgi b/en_US.ISO8859-1/htdocs/cgi/ports.cgi index f805317ba7..a927f2f46b 100755 --- a/en_US.ISO8859-1/htdocs/cgi/ports.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/ports.cgi @@ -166,7 +166,7 @@ sub last_update { $modtime = ( stat($file) )[9]; if ( defined($modtime) && $modtime > 0 ) { - $modtimestr = strftime( "%G-%m-%d %H:%M:%S UTC", gmtime($modtime) ); + $modtimestr = strftime( "%Y-%m-%d %H:%M:%S UTC", gmtime($modtime) ); } else { $modtimestr = "Unknown";