]> granicus.if.org Git - postgresql/commit
Add Olson's public domain timezone library to src/timezone.
authorBruce Momjian <bruce@momjian.us>
Fri, 30 Apr 2004 04:09:23 +0000 (04:09 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 30 Apr 2004 04:09:23 +0000 (04:09 +0000)
commit6a2b75c2c88ac583362d8300163fc2332851c6c8
tree858b902f2165922483e8bac2abb7ee6f92650c34
parentd51d870f9ebea00c66b437ea2dbde7df44cdad2f
Add Olson's public domain timezone library to src/timezone.
31 files changed:
src/timezone/Makefile [new file with mode: 0644]
src/timezone/README [new file with mode: 0644]
src/timezone/asctime.c [new file with mode: 0644]
src/timezone/data/africa [new file with mode: 0644]
src/timezone/data/antarctica [new file with mode: 0644]
src/timezone/data/asia [new file with mode: 0644]
src/timezone/data/australasia [new file with mode: 0644]
src/timezone/data/backward [new file with mode: 0644]
src/timezone/data/etcetera [new file with mode: 0644]
src/timezone/data/europe [new file with mode: 0644]
src/timezone/data/factory [new file with mode: 0644]
src/timezone/data/iso3166.tab [new file with mode: 0644]
src/timezone/data/leapseconds [new file with mode: 0644]
src/timezone/data/northamerica [new file with mode: 0644]
src/timezone/data/pacificnew [new file with mode: 0644]
src/timezone/data/solar87 [new file with mode: 0644]
src/timezone/data/solar88 [new file with mode: 0644]
src/timezone/data/solar89 [new file with mode: 0644]
src/timezone/data/southamerica [new file with mode: 0644]
src/timezone/data/systemv [new file with mode: 0644]
src/timezone/data/yearistype.sh [new file with mode: 0755]
src/timezone/data/zone.tab [new file with mode: 0644]
src/timezone/difftime.c [new file with mode: 0644]
src/timezone/ialloc.c [new file with mode: 0644]
src/timezone/localtime.c [new file with mode: 0644]
src/timezone/pgtz.c [new file with mode: 0644]
src/timezone/pgtz.h [new file with mode: 0644]
src/timezone/private.h [new file with mode: 0644]
src/timezone/scheck.c [new file with mode: 0644]
src/timezone/tzfile.h [new file with mode: 0644]
src/timezone/zic.c [new file with mode: 0644]