Xref: utzoo gnu.emacs.help:2201 comp.emacs:10817 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tut.cis.ohio-state.edu!unreplyable!garbage From: wdn@REEF.CIS.UFL.EDU ("William Dean Norris II") Newsgroups: gnu.emacs.help,comp.emacs Subject: timezone Message-ID: <9106020322.AA11706@reef.cis.ufl.edu> Date: 2 Jun 91 03:22:59 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Distribution: world Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 14 Is there a reason that there is not a timezone function in emacs (editfns.c)? I have added one which runs on sunos 4. and sysv 3.2.2 on sun[34] and att3b2(400|500), att6386/x (used sysv 4.0). I also have access to aix 3.1 on rs6000/x, but I haven't tried to install the patch there yet. Hopefully it will be the same as sunos, but aix is only as compatible as they want to be :-). The additions were trivial, but should I post the code? These patches are for emacs 18.57 and definatly do NOT work on 18.55. dean