From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Why is the "Date: ..." line in my Org-mode produced html wrong? Date: Fri, 26 Mar 2010 21:38:15 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvHVS-0002Lm-MP for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 17:55:54 -0400 Received: from [140.186.70.92] (port=41346 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvHVP-0002LB-UL for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 17:55:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvHVM-0005g7-2h for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 17:55:49 -0400 Received: from mail-ew0-f227.google.com ([209.85.219.227]:32901) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvHVL-0005fy-Tk for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 17:55:48 -0400 Received: by ewy27 with SMTP id 27so87964ewy.30 for ; Fri, 26 Mar 2010 14:55:47 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Gary ." Cc: emacs-orgmode@gnu.org On Mar 26, 2010, at 4:25 PM, Gary . wrote: > On the bottom of the HTML document there is a line that looks like > Date: 2010-03-26 14:18:57 GMT > but I'm not in GMT. My system isn't in GMT. The date command says Fr, > 26. Mrz 2010 16:22:37 which is correct. The time string is produced like this: (setq date (format-time-string "%Y-%m-%d %T %Z")) So you need to dig into wy Emacs thinks your time zone is different. HTH - Carsten