Hi guys~~~~~
I got about javascript console to display date problem using Chrome v7.0517.41 browser(not sure if it is a bug) and OS is WinXP SP3.
In javascript console, i type console.log(new Date()); then display :
Sat Oct 30 2010 22:49:57 GMT+0800 (China Standard Time) //it's now on local time
I change system time to +1 month and type command to display:
Tue Nov 30 2010 22:50:20 GMT+0800 (China Standard Time) //it's correct time
BUT,when change month to March and type command again:
Tue Nov 30 2010 22:50:40 GMT+0800 (China Standard Time)//NOT change
So,i must CLOSE Chrome Browser and retry display date:
Tue Mar 30 2010 22:51:13 GMT+0800 (China Standard Time) //it's correct time AFTER closed Chrome Browser
Why appear this problem? It's a bug on Chrome Browser? Thx u...