timedate: remove daylight saving time handling and tzfile parser

System Internals / systemd - Kay Sievers [vrfy.org] - 24 March 2015 09:03 UTC

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.

16c6ea2 timedate: remove daylight saving time handling and tzfile parser
Makefile.am | 2 -
src/shared/time-dst.c | 329 --------------------------------------------
src/shared/time-dst.h | 26 ----
src/timedate/timedatectl.c | 56 --------
4 files changed, 413 deletions(-)

Upstream: github.com


  • Share