jblarsen / pydap.responses.wms

This is a Pydap response that enables it to serve data as a WMS server.
0 stars 0 forks source link

Metadata request returns last_modified time in local time #8

Closed jblarsen closed 8 years ago

jblarsen commented 8 years ago

The last_modified time should be returned in UTC. It is returned in local time. The time is taken from a pydap header which is probably in local time. This should be converted to UTC before further processing.

The issue causes this issue:

https://github.com/FCOO/ifm-maps/issues/25