User Registered Date Time Zone
I think there was a similar discussion here:
http://forums.appthemes.com/report-c...ncorret-23406/
However because I don't have Classipress subscription I can't see if it was answered.
This code is in the sidebar-user-account.php file around line 45:
Code:
<li><strong><?php _e('Member Since:',APP_TD)?></strong> <?php echo appthemes_display_date($userdata->user_registered); ?></li>
<li><strong><?php _e('Last Login:',APP_TD); ?></strong> <?php echo appthemes_display_date( get_user_meta($userdata->ID, 'last_login', true) ); ?></li>
The Member since time is out by 8 hours (says 8 hours earlier than actual)
The last login time is out by 2 hours (says 2 hours earlier than actual).
How can I fix this to display the correct times?