3 messages in com.googlegroups.bloggerdevRe: Editing posts returns new date
FromSent OnAttachments
lid200028 Feb 2007 01:14 
Pete Hopkins ☠28 Feb 2007 10:59 
lid200002 Mar 2007 05:33 
Subject:Re: Editing posts returns new date
From:lid2000 (lid2@gmail.com)
Date:03/02/2007 05:33:21 AM
List:com.googlegroups.bloggerdev

Yep, my mistake. I had a separate window sorting by updated instead of published, and forgot I'd set it like that, and now I feel like a goose.

On Mar 1, 5:59 am, "Pete Hopkins ☠" <phop@google.com> wrote:

On 2/28/07, lid2000 <lid2@gmail.com> wrote:

According to the doco
athttp://code.google.com/apis/blogger/reference.html#published_updated_..., if I edit an entry and don't specify a <published> time, the date on the entry should stay the same. This does not appear to be the case - it will update itself to whatever the time was when it was edited.

Double check that you're looking at published date instead of updated, and bear in mind that the blog feed is sorted by updated.

My reading of the implementation code is that published is not set if it is not present in the entry, though I have not explicitly tested this behavior via the API.

-- Pete