[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7337: 23.2; (require 'time) changes timezone
From: |
Kevin Ryde |
Subject: |
bug#7337: 23.2; (require 'time) changes timezone |
Date: |
Tue, 09 Nov 2010 11:36:10 +1100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
> But do those two other uses work?
Oh, they might be dodgy too. I suppose set-time-zone-rule changes the C
level environ[], but the lisp `getenv' looks in the process-environment
variable, not environ[]. Does that sound right? Should
set-time-zone-rule set TZ in process-environment?