Skip to content

Commit

Permalink
Change: always use the same timezone in the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed May 9, 2024
1 parent caabd78 commit 6d5f6dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gvmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2397,6 +2397,9 @@ gvmd (int argc, char** argv, char *env[])
gvm_close_sentry ();
exit (EXIT_FAILURE);
}
else
set_log_tz ("utc 0");

tzset ();

/* Set umask to hoard created files, including the database. */
Expand Down

0 comments on commit 6d5f6dd

Please sign in to comment.