diff options
author | Simon McVittie <smcv@debian.org> | 2015-03-01 14:56:45 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-03-01 15:01:05 +0000 |
commit | 943ec015da20090a1ad42fb01f82817c86fd88d9 (patch) | |
tree | eaa37af21faf0c64d0320553678e567b496795f8 /debian | |
parent | 5c7a62dbd59eeb6c228e7df2457d23a7237bf502 (diff) | |
download | ikiwiki-943ec015da20090a1ad42fb01f82817c86fd88d9.tar ikiwiki-943ec015da20090a1ad42fb01f82817c86fd88d9.tar.gz |
If neither timezone nor TZ is set, set both to :/etc/localtime if we're on a GNU system and that file exists, or GMT otherwise
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fbb5e7f21..8dc5790fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ ikiwiki (3.20150108) UNRELEASED; urgency=medium bundle an old enough Encode.pm for that not to be a problem: the system might have a newer Encode.pm installed separately, like Fedora 20. (Closes: #776181; thanks, Anders Kaseorg) + * If neither timezone nor TZ is set, set both to :/etc/localtime if + we're on a GNU system and that file exists, or GMT otherwise -- Joey Hess <id@joeyh.name> Sat, 24 Jan 2015 23:59:20 -0400 |