• Resolved carpedick

    (@carpedick)


    I’ve been posting a lot of old posts, so I’m manually entering the post times from another online blog. As I was entering them I noticed that the minutes were off, they always started with 08 on the top post, and then would gradually tick backwards in seconds on previous posts.. (e.g. 08:13, 08:02, 08:04, 08:22, 08:09).

    Checked the database and all the times are correct. Checked my time zone settings and it’s set correct to UTC -8, since I’m in California.

    Anyone have anything similar? Any idea what this might be or how to fix it?

    The code on my page reads…

    <p class="topMeta">by <?php the_author_posts_link(); ?> on <?php the_time('l, M d, Y h:m:s') ?>, under <?php the_category(', '); ?></p>

Viewing 1 replies (of 1 total)
  • Thread Starter carpedick

    (@carpedick)

    Ok, I’m retarded. I figured it out. The original theme creator screwed up the PHP…shoulda been.

    'l, M d, Y h:i:s'

    instead of

    'l, M d, Y h:m:s'

Viewing 1 replies (of 1 total)
  • The topic ‘Minutes not showing up correctly in posts’ is closed to new replies.