Azure/azure-rest-api-specs

[Question] Format of the last modified and creation timestamps of the paths returned from the Blob Storage Path List API.

RamneekGambhir opened this issue · 2 comments

API Spec link

https://github.com/Azure/azure-rest-api-specs/tree/master/specification/storage/data-plane/Azure.Storage.Files.DataLake

API Spec version

2020-10-02 and above

Question/Query

What is format of the last modified and creation timestamps of the paths returned from the Path List API ?

It is not currently specified in the API spec:

Timestamps from other Path APIs have the format specified.

Can we get info on what is the format and get it specified?

Environment

No response

@seanmcc-msft Please help have a look, thank you.

I got info from MSFT support on this:

lastModified is in RFC 1123 format and creationTime is in FILETIME format.

Can we have this specified in the spec for future versions?