Use new time zone list
authorChristopher Wong <christwo@axis.com>
Thu, 28 Feb 2019 13:22:42 +0000 (14:22 +0100)
committerChristopher Wong <christwo@axis.com>
Thu, 28 Feb 2019 13:58:43 +0000 (14:58 +0100)
commitba32084f08d4dcf11430816d53f467837c8d01a5
tree2afbb7194d7a44b0a6e975ba6e5997edf3291ca8
parent1f82f5bb4237ed5f015daf93f818e9db95e764b8
Use new time zone list

When systemd retrieve the time zone it read what is in the file
/usr/share/zoneinfo/zone.tab provided by the Time Zone Database.
According to the comments in zone.tab its content is for backward-
compatibility aid for older programs. New programs should use
zone1970.tab. This patch replaces zone.tab with zone1970.tab.
src/basic/time-util.c