• shields

    (@shields)


    I’ve looked for this, but I just can’t find it. Long ago I tried fixing it, but the fix I found didn’t work, so since I just upgraded to the latest version, I thought I’d ask here.

    When I create a post, it is timestamped with UTC time, not my time. Going into the site options and setting my time -5 hours from UTC doesn’t fix it. When the page reloads, it’s back to 0 hours.

    I am using the default 1.6 theme, modified only a small amount to change some images and the order of the sidebar.

    Any ideas?

    Thanks!
    Shields
    blog.shieldsgroup.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter shields

    (@shields)

    Is there somewhere different I could post this to get a reply? %\

    Thanks!

    I’m having the same problem. HOW DO YOU FIX THE TIME??? I live in NY and the time is ALWAYS three hours behind.

    This will take the post date and add three hours to it. Needs to be used in The Loop.

    <?php echo date ('g:i a',
       strtotime($post->post_date_gmt . ' GMT')+10800); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Timestamp in UTC Only…’ is closed to new replies.