I want to write something in .NET that will be given a URI and return the date/time when it was last updated. Is there something easy I can check? I assume there is a last updated property I can hook into? Is this reliable? How does it work with timezones?
Thanks
There is an HTTP-Last-Modified header, which should suit your purposes. A properly configured server should return this in UTC.
Something like this might do:
which (right now) returns