Hi Sam
Thanks for this I will give it a try... I was wondering if you know
how this affects the MySQL database. In Pixie we have lots of queries
that look like this:
$rs = safe_rows_start("*", "pixie_dynamic_posts", "page_id =
'$page_id' and public = 'yes' and posted < now() order by posted desc
limit $start,$posts_per_page");
I was wondering if it is PHP that controls the time stored in now()...
I am hoping it is, otherwise it would be extremely confusing.
Lets hope this is heading towards a fix!... if anyone else has
timezone issues please give this a try and post back your findings.
Scott