From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <51B53DAB.10501@ozlabs.org> Date: Mon, 10 Jun 2013 10:44:59 +0800 From: Jeremy Kerr MIME-Version: 1.0 To: Linus Torvalds Subject: Re: [git pull] Please pull powerpc.git merge branch References: <1370764616.14883.28.camel@pasglop> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Cc: linuxppc-dev , Linux Kernel list , Patchwork ML List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Linus, > Is Jeremy the patchwork maintainer? Yep, that's me. > and it turns out that apparently 'patchwork' is just making up random > times, because when you download the email as an mbox, it will turn > this into that corrupt and incorrect > > Date: Thu, 06 Jun 2013 19:42:54 -0000 > > thing which is apparently how you got the wrong timestamp to begin with. We keep all patch dates in UTC, but were generating the Date header incorrectly. Now fixed: $ wget -qO - http://patchwork.ozlabs.org/patch/249598/mbox/ | grep ^Date Date: Fri, 07 Jun 2013 05:42:54 -0000 Commit is at: http://git.ozlabs.org/?p=patchwork;a=commitdiff;h=e7353352 Cheers, Jeremy