From: Ken Brown <kbrown@cornell.edu>
To: Angelo Graziosi <angelo.graziosi@alice.it>
Cc: emacs-devel@gnu.org
Subject: Re: Time zone problem in cygwin
Date: Fri, 06 Feb 2009 11:50:09 -0500 [thread overview]
Message-ID: <498C6A41.9070809@cornell.edu> (raw)
In-Reply-To: <498C6573.6080506@alice.it>
On 2/6/2009 11:29 AM, Angelo Graziosi wrote:
> Ken Brown wrote:
>> ...and the time zone is off by 4 hours
>
> Does it make any difference, if you build Emacs with/without this patch:
>
> -----------------
> diff -Naur emacs.orig/src/strftime.c emacs/src/strftime.c
> --- emacs.orig/src/strftime.c 2007-01-14 04:24:37.000000000 +0100
> +++ emacs/src/strftime.c 2008-11-27 09:42:03.109375000 +0100
> @@ -54,7 +54,7 @@
> # endif
> #endif
> #if HAVE_TZNAME
> -#ifndef USE_CRT_DLL
> +#if !defined (USE_CRT_DLL) && !defined (CYGWIN)
> extern char *tzname[];
> #endif
> #endif
> -----------------
No, I've tried it both with and without the patch, and the error occurs
either way.
Ken
next prev parent reply other threads:[~2009-02-06 16:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-06 16:29 Time zone problem in cygwin Angelo Graziosi
2009-02-06 16:50 ` Ken Brown [this message]
2009-02-06 17:40 ` Ken Brown
-- strict thread matches above, loose matches on Subject: below --
2009-02-05 14:47 Ken Brown
2009-02-05 20:38 ` Eli Zaretskii
2009-02-05 22:36 ` Ken Brown
2009-02-06 6:24 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=498C6A41.9070809@cornell.edu \
--to=kbrown@cornell.edu \
--cc=angelo.graziosi@alice.it \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).