Jump to content

datetime to atom


louis_coetzee

Recommended Posts

Hi Everyone,

 

Please have a look at this, and tell me if its right?

I am generating a sitemap for my website dynamically.

 

The date I am providing: 2012-02-24 11:56:09 and this is the output I am getting: 2012-02-24T11:56:09Z

now I am not sure of the Z at the end of the returned value.

 

I think I am looking for something similar to this: 2012-03-12T12:00:02+02:00

 

not to sure what I am doing wrong and where it gets the timezone from, I am guessing from the php config file.

 

any help would be much appreciated. thanks

 

My code:

 

<lastmod><?php echo $time->toAtom($post['Post']['modified']); ?></lastmod>

Link to comment
Share on other sites

cool, did that, now if I echo date("n");

 

I get: Mon, 12 Mar 2012 15:01:29 +0200 - which is correct.

 

But with the date to atom, it still shows: 2012-03-12T15:03:34Z with the Z at the end. Why is it not showing it with the +02:00 at the end?

 

Thanks for your help so far.

Link to comment
Share on other sites

Probably because the $time->toAtom() function does it that way intentionally. Look at its code.

 

Let me reiterate: there's nothing wrong with what it's doing (provided it's not doing anything wrong). Whether it shows noon UTC or 2pm UTC+2 doesn't really matter.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.