74ab656 Replace localtime with gmtime

1 file Authored by Birger Schacht 5 years ago, Committed by ddevault 5 years ago,
1 file changed. 1 lines added. 1 lines removed.
    Replace localtime with gmtime
    
    The localtime() function gives the time relative to the users time.
    This makes the generated manpage non reproducible. gmtime() gives
    the time as UTC.
    
        
file modified
+1 -1