help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs Calc: converting FROM Unix Time, unrecognized time zone


From: jay . p . belanger
Subject: Re: Emacs Calc: converting FROM Unix Time, unrecognized time zone
Date: 7 May 2007 14:25:32 -0700
User-agent: G2/1.0

Well, my last reply was sent prematurely.
Anyhow, your .emacs should contain

(setq math-tzone-names
  '(( "UTC" 0 0)
   ...
   ( "YGT" 9 "YST" "YDT" ) ( "YST" 9 0 ) ( "YDT" 9 -1 )  ; Yukon
   ("ChST" 10 0) ("ChDT" 10 -1) ("ChGT" 10 "ChST" "ChDT"))

or something like that (make sure about daylight saving time).

Jay



reply via email to

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