Interesting. That's because the headers logger logs the [deserialized form](https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/http/HttpUtils.java#L215), not the raw header, and the decoder returns [a date in the past](https://github.com/nacx/jclouds/blob/f5f3fb61801e7b5c3213d2d5e5857ba9cddf0543/core/src/main/java/org/jclouds/io/ContentMetadataCodec.java#L62-L66) according to the spec.
Since it is Azure that is returning the header in an invalid format I think we can close issue but merge this anyway, as it is more tolerant and close to the spec. WDYT? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1107#issuecomment-304658323
