Title: Server &amp; WP Time
Last modified: August 30, 2016

---

# Server & WP Time

 *  Resolved [dblinks](https://wordpress.org/support/users/dblinks/)
 * (@dblinks)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/server-wp-time/)
 * My server and WordPress settings time are both EDT – GMT-4. Your plugin is printing
   GMT time.
 * The database user table entries are showing GMT-4 also for regisetered date/time.
   I thought the plugin was fetching the DB time. I don’t understand, is this correct?
 * DB – 2015-09-26 20:31:00
 * Plugin Time – 2015/09/26 4:31:00 pm
 * It would be easier for me to see in local time how many sign ups I’m getting 
   each day in my own time zone for client records.
 * thx
    stu
 * [https://wordpress.org/plugins/recently-registered/](https://wordpress.org/plugins/recently-registered/)

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

 *  Plugin Author [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [10 years, 8 months ago](https://wordpress.org/support/topic/server-wp-time/#post-6588411)
 * When you say ‘DB’ do you mean that’s what’s in your database directly when you
   look at the tables?
 *     ```
       $registered   = strtotime(get_date_from_gmt($user->user_registered));
       	        $registerdate = '<span>'. date_i18n( $formated_date, $registered ) .'</span>' ;
       ```
   
 * That’s what the code is doing. It’s calling `get_date_from_gmt` because the time
   in the DB for the user_registered setting _should_ be GMT. If you’ve changed 
   that it might get odd…
 *  Thread Starter [dblinks](https://wordpress.org/support/users/dblinks/)
 * (@dblinks)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/server-wp-time/#post-6588459)
 * Thx Mika
 * I see the difference now, was confused when I was looking at signups over the
   last few days. I see GMT in DB tables and EDT in WordPress and my servers.
 * All good,
    stu

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

The topic ‘Server & WP Time’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recently-registered_74635e.svg)
 * [Recently Registered](https://wordpress.org/plugins/recently-registered/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recently-registered/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recently-registered/)
 * [Active Topics](https://wordpress.org/support/plugin/recently-registered/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recently-registered/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recently-registered/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [dblinks](https://wordpress.org/support/users/dblinks/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/server-wp-time/#post-6588459)
 * Status: resolved