Replace zoneinfo pointers with structs
authorJohn Ralls <jralls@ceridwen.us>
Mon, 15 Oct 2012 21:32:58 +0000 (14:32 -0700)
committerJohn Ralls <jralls@ceridwen.us>
Tue, 18 Dec 2012 23:43:40 +0000 (15:43 -0800)
commit59f2da17490bca084a988092986d6b28d0342bf3
tree858c44cd0ae0e22d6f7fc52410c061069025c821
parent489e031f22611720b0259b937c81827b82ba00d6
Replace zoneinfo pointers with structs

The approach of sucking a zoneinfo file into a GBytes and working with
pointers into it might be fast, but it's obtuse and not compatible with
Microsoft Windows.
glib/gtimezone.c