summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSukneet Basuta2012-05-17 01:08:14 -0400
committerSukneet Basuta2012-05-17 01:08:14 -0400
commit4e534c8cb398b6a3a8722cf693978567cf29c660 (patch)
tree236e044174645ee32bdf53d3a3b9f84d10ad66a0 /ChangeLog
parentf9a7ae501fe42649566eb191c8c76b12111ceb36 (diff)
tzdata: new spell, the Time Zone Database
time zone list generated by { sed /#/d /usr/share/zoneinfo/zone.tab | cut -f 3-4 -d " " && find /usr/share/zoneinfo/ -path '/usr/share/zoneinfo/posix' -prune -o -path '/usr/share/zoneinfo/right' -prune -o \! -name \*.\* -type f -print | sed 's:/usr/share/zoneinfo/::g' ;}| sort -k 1,1 -u | awk '{OFS=FS="\t"}{$2="\x22" $2 "\x22"}{printf "%-50s%-100s%s\n",$1,$2,"off"}
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ee97d0c2b..f1448fe6e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-05-17 Sukneet Basuta <sukneet@sourcemage.org>
+ * libs/tzdata: new spell, the Time Zone Database
+
2012-05-16 Pol Vinogradov <vin.public@gmail.com>
* disk/fuse-google-drive: new spell, a fuse filesystem wrapper
for Google Drive