]> Pileus Git - lackey/commit
Add support for timezones
authorAndy Spencer <andy753421@gmail.com>
Sun, 27 Nov 2016 07:39:37 +0000 (07:39 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 28 Nov 2016 09:54:02 +0000 (09:54 +0000)
commit39c440444ff38c0e1702209c67cf018b92c71882
treedb805eea5a15f04fa271068a694c9bee12e5c03e
parent11458d86386ce37543f7fa26512de15db703df75
Add support for timezones

date_t is always in local time so that we can work with it easier when
displaying calendars but stamp_t is always in UTC UNIX time. Calendar's
should can convert to the configured local time by first converting to
stamp_t then to date_t.
cals/ical.c
src/date.c
src/date.h
src/main.c
src/util.c