[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quesiton] Date Field Time is wrong when I specified Fcc
At Thu, 20 Dec 2012 08:48:02 +0000,
Takahiro Yamaguchi wrote:
>
>
> I'm using wanderlust on below environment.
>
> (emacs-version)
> "GNU Emacs 24.1.1 (i386-mingw-nt6.0.6002)
> of 2012-06-10 on MARVIN"
> (wl-version)
> "Wanderlust/2.15.9 (Almost Unreal)"
>
> When I specified "Fcc" field to copy original message, the date field
> "hour" of copyied message is not correct acutal time.
>
> Below is the header fields of copied message.
>
> To: Takahiro.Yamaguchi@company.com
> Subject: test
> From: Takahiro Yamaguchi <Takahiro.Yamaguchi@company.com>
> Date: Thu, 20 Dec 2012 08:11:18 +0000
> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka)
> LIMIT/1.14.10 (Furuichi) APEL/10.7 Emacs/24.1
> (i386-mingw-nt6.0.6002) MULE/6.0 (HANACHIRUSATO)
> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
>
> The actula time when I send the message was 17:11.
> the "hour" is 08 like above.
>
> I wonder the date filed "+0000" is GMT,but my environment is Japan, so
> I think "+0900" is needed.
>
> Could you please teach me what is wrong?
>
> Best regards,
>
> --
> Takahiro Yamaguchi
>
If you run the following in the scratch buffer, does it print the
correct time?
(format-time-string "%Y-%m-%d %H:%M:%S %z" (current-time))
If no, maybe it is a emacs on windows bug? Assuming that your
operating system has the right timezone set?
As I have set MET (Middle European Time) it looks like that:
"2012-12-20 12:04:55 +0100"
greetings
Tim