Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5813:36dddf9d90d1
Fix calculation of time zone string in Fencode_time.
author | Marcus Crestani <marcus@crestani.de> |
---|---|
date | Thu, 02 Oct 2014 10:19:00 +0200 |
parents | be31f7878b0d |
children | a216b3c2b09e |
line wrap: on
line diff
--- a/src/ChangeLog Sat Sep 27 14:16:11 2014 +0200 +++ b/src/ChangeLog Thu Oct 02 10:19:00 2014 +0200 @@ -1,3 +1,9 @@ +2014-09-30 Marcus Crestani <crestani@informatik.uni-tuebingen.de> + + * editfns.c (Fencode_time): Switch signs when calculating the time + zone string. (The offset indicates the value one must add to the + local time to arrive at UTC.) + 2014-09-23 Jerry James <james@xemacs.org> * floatfns.c (round_two_bignum_1): Fix memory leak.