Kill atnight
[gitweb] / gitweb.cgi
index ef15a7030c21550ec3a6bf97ec376982f06a0c28..099d2b39da01a5bbc6c5c125c82b1af8f2b80600 100755 (executable)
@@ -4546,9 +4546,6 @@ sub format_timestamp_html {
        }
 
        my $localtime_format = '(%02d:%02d %s)';
-       if ($date->{'hour_local'} < 6) {
-               $localtime_format = '(<span class="atnight">%02d:%02d</span> %s)';
-       }
        $strtime .= ' ' .
                    sprintf($localtime_format,
                            $date->{'hour_local'}, $date->{'minute_local'}, $date->{'tz_local'});