summaryrefslogtreecommitdiff
path: root/src/shared/time-dst.c
Commit message (Collapse)AuthorAge
* timedate: remove daylight saving time handling and tzfile parserKay Sievers2015-03-24
| | | | | | | | | | | | 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.
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* shared: time-dst: Avoid buffer overflowMartin Pitt2014-12-15
| | | | | Commit 681f9718 introduced an additional null terminator for the zone names. Increase the allocation of "transitions" to actually make room for this.
* shared: time-dst - ensure nulstr is null terminatedTom Gundersen2014-11-29
| | | | Fixes CID #1237772.
* always check for __BYTE_ORDER == __BIG_ENDIAN when checking for endianessLennart Poettering2014-07-11
| | | | | Let's always stick to glibc's way to determine byte order, and not mix autoconf-specific checks with gcc checks.
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-24
| | | | | | As pointed-out by clang -Wunreachable-code. No behaviour changes.
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-13
|
* time-dst: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-05-02
|
* timedatectl: properly print 30 minutes DST transitionsKay Sievers2012-11-11
|
* timedatectl: show "DST active: n/a" if no DST data is availableKay Sievers2012-11-02
|
* shared: add timer_get_dst()Kay Sievers2012-11-02