First time here? Check out the FAQ!
0

time/dates are not correct

time/dates are not correct.

How can I fix this? Or is this a problem with the date/time of the server I am hiring (which I doubt)?

kristof's avatar
51
kristof
asked 2014-03-22 07:04:39 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Possibly it's the server time issue. You could configure the ntpd or run the update date and time command:

ntpdate -s time.nist.gov

Also set the TIME_ZONE parameter in the settings.py.

Askbot shows relative time (time since the update), but it is calculated in the browser, based on the full timestamp, printed in the html.

Evgeny's avatar
13.2k
Evgeny
answered 2014-03-22 17:07:50 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments