Title: Tweet Times Wrong?
Last modified: August 21, 2016

---

# Tweet Times Wrong?

 *  [aquapan](https://wordpress.org/support/users/aquapan/)
 * (@aquapan)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/tweet-times-wrong/)
 * Curiously my tweet times are out by nearly 12 hours.
 * I have confirmed my twitter settings in my main account are in the correct time
   zone.
 * I have also confirmed my wordpress install is set to the correct time zone too.
 * The time zone I am in and have set everything to is Sydney Au
 * You can see here that these tweets are way out :
 * [http://jesperlowgren.com/](http://jesperlowgren.com/)
 * Clicking the tweet time takes you to twitter to verify time differences.
 * What can I do to fix this?
 * Is this because the core server I am hosted on is in another time zone?
 * Thanks
    Aquapan
 * [https://wordpress.org/plugins/genesis-latest-tweets/](https://wordpress.org/plugins/genesis-latest-tweets/)

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

 *  Plugin Author [Ron Rennick](https://wordpress.org/support/users/wpmuguru/)
 * (@wpmuguru)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/tweet-times-wrong/#post-4627262)
 * Is the server 12 hours off from you?
 * Try changing [https://plugins.trac.wordpress.org/browser/genesis-latest-tweets/trunk/includes/functions.php?rev=729257#L46](https://plugins.trac.wordpress.org/browser/genesis-latest-tweets/trunk/includes/functions.php?rev=729257#L46)
 * from
 *     ```
       $t = time();
       ```
   
 * to
 *     ```
       $t = current_time(  'timestamp' );
       ```
   
 *  [ayac2002](https://wordpress.org/support/users/ayac2002/)
 * (@ayac2002)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/tweet-times-wrong/#post-4627442)
 * I had this problem and finally fixed it when I used the piece of code above for
   the _functions.php_ file in the plugin’s _lib_ folder.
 * Thanks all!

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

The topic ‘Tweet Times Wrong?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/genesis-latest-tweets.svg)
 * [Genesis Latest Tweets](https://wordpress.org/plugins/genesis-latest-tweets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/genesis-latest-tweets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-latest-tweets/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-latest-tweets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-latest-tweets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-latest-tweets/reviews/)

## Tags

 * [time zone](https://wordpress.org/support/topic-tag/time-zone/)

 * 2 replies
 * 3 participants
 * Last reply from: [ayac2002](https://wordpress.org/support/users/ayac2002/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/tweet-times-wrong/#post-4627442)
 * Status: not resolved