emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole d885051 03/21: Account for that current-time-


From: Stefan Monnier
Subject: [elpa] externals/hyperbole d885051 03/21: Account for that current-time-zone returnes offset in seconds
Date: Fri, 4 Oct 2019 14:58:23 -0400 (EDT)

branch: externals/hyperbole
commit d88505155125d26fd1ea6edb9e470a922171e5ae
Author: Mats Lidell <address@hidden>
Commit: Mats Lidell <address@hidden>

    Account for that current-time-zone returnes offset in seconds
---
 htz.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htz.el b/htz.el
index 6ff6713..7656124 100644
--- a/htz.el
+++ b/htz.el
@@ -336,7 +336,7 @@ Optional argument TIMEZONE specifies a time zone."
                              htz:world-timezones))
                  (and (fboundp 'current-time-zone)
                       (if (listp (current-time-zone))
-                          (car (current-time-zone))
+                          (/ (car (current-time-zone)) 36)
                         (current-time-zone)))
                  timezone))
        (if (stringp timezone)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]