azure.storage.filedatalake.PathProperties last_modified property is string not datetime #16019
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Storage
Storage Service (Queues, Blobs, Files)
Describe the bug
azure.storage.filedatalake.PathProperties last_modified property is string not datetime - as described in documentation and also in the code itself
To Reproduce
Steps to reproduce the behavior:
The above code prints out:
<class 'str'>: Wed, 16 Dec 2020 14:45:33 GMT
Expected behavior
last_modified should return datetime value.
The text was updated successfully, but these errors were encountered: