We have two pages \"/read\" and \"/write\". Page \"/write\" each second updates localStorage with current time:
setInterval(function(){ var time = (new
Not so much an Answer, but further investigation. Using the below page, this problem can be easily tested by hosting on a web server and opening it in different tabs. Then clicking the Button in one of the tabs.
LocalStorage Test Set Time