summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-03-24 13:52:04 +0100
committerKay Sievers <kay@vrfy.org>2015-03-24 15:03:36 +0100
commit16c6ea29348ddac73998f339166f863bee0dfef6 (patch)
tree03cc2575b9c645eb22a92d09b072dc945cfe16de /Makefile.am
parent3e5e74d5b7f6fcbeff7b6e4e06abd931aab14c48 (diff)
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 29cfec5a8..93fdbc2f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -843,8 +843,6 @@ libsystemd_shared_la_SOURCES = \
src/shared/spawn-polkit-agent.h \
src/shared/clock-util.c \
src/shared/clock-util.h \
- src/shared/time-dst.c \
- src/shared/time-dst.h \
src/shared/calendarspec.c \
src/shared/calendarspec.h \
src/shared/fileio.c \