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)?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
kristof's avatar
51
kristof
asked 11 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago
link

Comments

see more comments