Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • jmat

    (@jmat)

    Just decided to take a look at wp-mail.php
    line #130

    $post_date = gmdate('Y-m-d H:i:s', $ddate_U + $time_difference);

    change the + sign to a – sign and the time stamps seem to come out correct.

    Caveat though. I’m not a programmer and don’t know PHP. Don’t know if this will mess up anything else. Someone should verify. As far as I can tell, my install is working OK and the time stamps are correct.

    jmat

    (@jmat)

    Also having the same problem when posting via email. If the timezone is changed to a positive offset of UTC then the post time is correct and the posts order is correct for all posts whether made through email or the control panel. But if the timezone is change to a negative offset of UTC, then post made through email are automatically converted to the corresponding positive offset; while post made through the control panel remain at the correct negative offset, thus improperly ordering all posts.

Viewing 2 replies - 1 through 2 (of 2 total)