Fix date parsing in Azure Table entities#16843
Fix date parsing in Azure Table entities#16843Indy2222 wants to merge 1 commit intoAzure:masterfrom Indy2222:feature/fix-tables-date-parsing
Conversation
This fixes the following error: ValueError: time data '2021-02-21T10:14:42.879Z' does not match format '%Y-%m-%dT%H:%M:%SZ'
|
Thank you for your contribution Indy2222! We will review the pull request and get back to you soon. |
|
@Indy2222 I created a new PR that supports milliseconds on datetime on both serialization and deserialization, let me know what you think of it. In addition, we're working on custom deserialization support and hope to have it included in the next release. Thank you for reporting the issue! |
Your solutions looks better than mine as it does not toss away the additional precision and works pretty much with any number of decimal places. When will be the next beta with this fix released? |
|
@Indy2222 our next release will go out the second week of March, most likely on 3/9. |
This fixes the following error:
ValueError: time data '2021-02-21T10:14:42.879Z' does not match format '%Y-%m-%dT%H:%M:%SZ'