mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Change defualt time zone from GMT to UTC. This will not be MFC-ed, and
was done before 5-STABLE on purpose...
This commit is contained in:
parent
3ba181deb2
commit
f64520dfb8
1 changed files with 6 additions and 1 deletions
|
|
@ -70,7 +70,12 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
static char wildabbr[] = "WILDABBR";
|
||||
|
||||
static const char gmt[] = "GMT";
|
||||
/*
|
||||
* In June 2004 it was decided UTC was a more appropriate default time
|
||||
* zone than GMT.
|
||||
*/
|
||||
|
||||
static const char gmt[] = "UTC";
|
||||
|
||||
struct ttinfo { /* time type information */
|
||||
long tt_gmtoff; /* GMT offset in seconds */
|
||||
|
|
|
|||
Loading…
Reference in a new issue