Author Topic: Forum server's time is not correct  (Read 4365 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Forum server's time is not correct
« on: March 29, 2010, 07:38:07 am »
Hi, I'm here in China, My local time is +8 hours from the Greenwich Mean Time.

But the forums time is now: 2010-03-29, 07:35:45

My local time is: 2010-03-29 13:23

So, it seems the forum server's time is not correct. At least there are about 12 minutes bias.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Forum server's time is not correct
« Reply #1 on: March 30, 2010, 04:12:36 am »
I agree.

I had to adjust my offset to -5.2 instead of the correct -5 to get a good time.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Forum server's time is not correct
« Reply #2 on: March 31, 2010, 10:31:55 am »
Server time is set correctly now (CEST), thanks for reporting.
Be patient!
This bug will be fixed soon...

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Forum server's time is not correct
« Reply #3 on: March 31, 2010, 10:34:58 am »
Server time is set correctly now (CEST), thanks for reporting.
:D, Yes, the time is correct now!!! Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.