wrong date in vBulletin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • q8mazad
    New Member
    • Jan 2016
    • 2
    • 3.8.x

    wrong date in vBulletin

    Hi

    I face issue with time/date all are shows as wrong ...

    like the current time is 01:41PM since the real current time is 04:41PM
    this issue happen only if i login in as either normal user or admin ,but if i visit my vBulletin as non-register user no issue found with time

    I also found that All last posts/new posts/cron job/vBSEO Search Engine reports.. or anything are have date shows wrong date like 23-07-2016 since the date today is 01-02-2016.

    I've check the date from server found is right

    here the screenshot



    and here from info.php



    also from mysql command

    Code:
    mysql> SELECT @@global.time_zone;
    +--------------------+
    |@@global.time_zone|
    +--------------------+
    | SYSTEM |
    +--------------------+
    1 row in set (0.01 sec)
    mysql> SELECT @@session.time_zone;
    +---------------------+
    | @@session.time_zone|
    +---------------------+
    | SYSTEM |
    +---------------------+
    1 row in set (0.00 sec)
    I've checked All possibilities on system like time zone hardware clock .. php.ini..etc not found any issue

    ..just wondering are VB is depend on other source to get time/date ?


    NEED Help please just
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    vBulletin gets its time details from the server time - nowhere else.

    If the time on the forums when not logged in is incorrect, and the vBulletin setting for default timezone is correct, then the server clock is wrong.

    Logged in users still get the time from the server, but the time zone is dictated by their profile settings, rather than the vBulletin settings.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    Related Topics

    Collapse

    • Scaleracing
      Time is ahead by one hour
      by Scaleracing
      So right now, we are in day light savings time, and I just installed 5.5.6 (moved to a new server), I am consistently seeing the system date 1 hour ahead as far as vBulletin is concerned. On the computer,...
      Wed 29 Jan '20, 7:35pm
    • uncle fuzzy
      Time of Day
      by uncle fuzzy
      Posts are given GMT, not the correct time of day. The site runs on Unix, and the date command shows the correct time (Pacific time). I used the time offset in the Vbulletin "date and time" settings,...
      Wed 26 Jul '17, 6:59am
    Working...