News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Forum server's time is not correct

Started by ollydbg, March 29, 2010, 07:38:07 AM

Previous topic - Next topic

ollydbg

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.

stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

mandrav

Server time is set correctly now (CEST), thanks for reporting.
Be patient!
This bug will be fixed soon...

ollydbg

Quote from: mandrav on March 31, 2010, 10:31:55 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.