views:

17

answers:

0

I have a small script that uses inbuilt JS Date Object to fetch current system time

In case I change the OS time(Ubuntu 10.04) , The new time is not automatically getting reflected in the script , It keeps on displaying old time.
On refreshing the page new time gets displayed.

Is it an expected behavior or a workaround that automatically picks up the new time without refresh ?