Some time-handling patches from Paul Eggert:
authorJim Blandy <jimb@redhat.com>
Thu, 20 May 1993 06:29:45 +0000 (06:29 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 20 May 1993 06:29:45 +0000 (06:29 +0000)
commite3120ab52744b2536f1fe13514587f3dd188842c
tree4014cba07f2ac8197e48d4a4aa3e9ce5ff26d0e2
parentfacb137b9c6bcd0bb91b8b244fe372638b7354fe
Some time-handling patches from Paul Eggert:
* editfns.c (Fcurrent_time_zone): Take an optional argument specifying
what (absolute) time should be used to determine the current time zone.
Yield just offset and name of time zone, including DST correction.
Yield time zone offset in seconds, not minutes.
(lisp_time_argument, difftm): New functions.
(Fcurrent_time_string): Use lisp_time_argument.
* systime.h (EMACS_CURRENT_TIME_ZONE, EMACS_GET_TZ_OFFSET,
EMACS_GET_TZ_NAMES): Remove.
* config.h.in: Add HAVE_TM_ZONE.
src/config.in
src/editfns.c
src/systime.h