Oct. 22, 2016
1 a.m.
On Oct 21, 2016, at 5:32 PM, Paul Eggert <eggert@cs.ucla.edu> wrote:
Thanks, how about the attached patch instead? It lets you specify an arbitrary gmtime offset instead of hardwiring it for the Amiga. You should be able to build it on the Amiga with something like "make CFLAGS='-DEPOCH_LOCAL -DEPOCH_OFFSET=252460800'".
So what is the purpose of time() in tzcode? Presumably it serves *some* purpose on UN*X or other OSes that supply the UN*X time() API. Should there be a comment explaining what purpose it serves on OSes that have a UN*X-compatible time() API and indicating that it can be used on OSes that don't and how it should be used.