Check the applicationCache object, there should be 1 item.
Click the Remove Item button
Check the applicationCache object, there should be no item.
(coming from cached file)
(coming from not cached file)
The first date is coming from a JS function that is generated on
the server and cached. Since the file isn't downloaded again the value
is not updated. Click the Update Cache
and refresh the page. The date should be updated, correct?