(setenv): Call set-time-zone-rule when setting TZ.
This commit is contained in:
parent
cdadf745b2
commit
7fd817093f
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ This function works by modifying `process-environment'."
|
|||
(case-fold-search nil)
|
||||
(scan process-environment)
|
||||
found)
|
||||
(if (string-equal "TZ" variable)
|
||||
(set-time-zone-rule value))
|
||||
(while scan
|
||||
(cond ((string-match pattern (car scan))
|
||||
(setq found t)
|
||||
|
|
Loading…
Add table
Reference in a new issue