]> git.eshelyaron.com Git - emacs.git/commit
(Fencode_time): Use mktime to do the real work;
authorPaul Eggert <eggert@twinsun.com>
Sun, 10 Sep 1995 19:38:19 +0000 (19:38 +0000)
committerPaul Eggert <eggert@twinsun.com>
Sun, 10 Sep 1995 19:38:19 +0000 (19:38 +0000)
commitc59b5089765fbe387b3d30014c4aefa64952fdc9
tree9c38fb13c211871a1d4f7cee4a50aa1d0f51573f
parent6bbb008e7ed360c4ecbe5854a03ae246a08a93a3
(Fencode_time): Use mktime to do the real work;
this fixes bugs involving out-of-range dates and leap seconds,
and allows date arithmetic via out-of-range values for arguments.
Allow the ZONE parameter to be a TZ-style string.
Doc string fix: `1900' -> `this century'.
(set_time_zone_rule): New function.
(Fset_time_zone_rule): Use it.
(environ, make_time): Add extern declarations.
(days_per_month): Remove.
src/editfns.c