• Show log

    Commit

  • Hash : e385fc42
    Author : Stefan Sperling
    Date : 2021-08-30T15:48:05

    use gmtime_r(3) instead of localtime_r(3) to display time in UTC as intended
    
    Problem noticed by naddy due to failing regress tests at midnight, and then
    analyzed with additional help from millert.
    
    ok naddy