chiark / gitweb /
timedate: remove daylight saving time handling and tzfile parser
authorKay Sievers <kay@vrfy.org>
Tue, 24 Mar 2015 12:52:04 +0000 (13:52 +0100)
committerKay Sievers <kay@vrfy.org>
Tue, 24 Mar 2015 14:03:36 +0000 (15:03 +0100)
commit16c6ea29348ddac73998f339166f863bee0dfef6
tree03cc2575b9c645eb22a92d09b072dc945cfe16de
parent3e5e74d5b7f6fcbeff7b6e4e06abd931aab14c48
timedate: remove daylight saving time handling and tzfile parser

We planned to support (the conceptually broken) daylight saving
time/local time features in the kernel, SCSI, networking, FAT
filesystem, but it turned out to be a race we cannot win and do
not want to get involved. Systemd should not fiddle with daylight
saving time or parse timezone information itself.

Leave everything to glibc or tools like date(1) and do not make any
promises or raise expectations that systemd should handle anything
like this.
Makefile.am
src/shared/time-dst.c [deleted file]
src/shared/time-dst.h [deleted file]
src/timedate/timedatectl.c