Results 1 to 4 of 4

Thread: User Registered Date Time Zone

  1. #1
    Thread Starter
    tcm03's Avatar
    Join Date
    Jun 2013
    Location
    Australia
    Posts
    23
    Thanks
    4
    Thanked 0 Times in 0 Posts

    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?

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    tcm03's Avatar
    Join Date
    Jun 2013
    Location
    Australia
    Posts
    23
    Thanks
    4
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Wait hours to bump an ad and time zone
    By weiching in forum Bump Ad
    Replies: 8
    Last Post: February 28th, 2022, 06:38 AM
  2. Incorrect time zone 3.3
    By weiching in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: April 20th, 2013, 10:44 AM
  3. Replies: 1
    Last Post: October 15th, 2012, 09:23 AM
  4. [SOLVED] a user role by zone
    By virtuelleauvergne in forum Report ClassiPress Bugs
    Replies: 12
    Last Post: May 23rd, 2012, 08:07 AM