summaryrefslogtreecommitdiff
path: root/src/shared/time-dst.h
AgeCommit message (Collapse)Author
2015-03-24timedate: remove daylight saving time handling and tzfile parserKay Sievers
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.
2012-11-11timedatectl: properly print 30 minutes DST transitionsKay Sievers
2012-11-02shared: add timer_get_dst()Kay Sievers