Re: [PHP] The Big Date and Time Debacle

2006-02-08 Thread Stephen Martindale
Christopher Taylor wrote: Stephen Martindale wrote: I am having great difficulty understanding dates and times with PHP and MySql. As far as I understand them, the PHP date and time construct is timezone and DST aware, but MySql's DATETIME and TIMESTAMP fields are not. I believe

[PHP] Advanced PHP Chat

2006-02-08 Thread Stephen Martindale
Hello All, What would be the definitive PHP chat community to join for someone who likes to discuss how things *should* be done, or would be done *properly* as opposed to the ol' How do I ...-style discussions? I've never been satisfied with my code just working, I always want to know

[PHP] The Big Date and Time Debacle

2006-02-07 Thread Stephen Martindale
I am having great difficulty understanding dates and times with PHP and MySql. As far as I understand them, the PHP date and time construct is timezone and DST aware, but MySql's DATETIME and TIMESTAMP fields are not. I believe that this is where my confusion originates from. After