issues
search
serverless
/
dashboard
MIT License
26
stars
10
forks
source link
Handle datetime json serialization
#747
Closed
selcukcihan
closed
1 year ago
selcukcihan
commented
1 year ago
Description
Related issue
https://linear.app/serverless/issue/SC-1011/python-sdk-customer-receiving-warning-detected-not-serializable-value
When json serializing, certain types like datetime are not json serializable. This ensures that the string representation of such types are used. For the case of datetime, string representation is ISO 8601 format,
YYYY-MM-DDTHH:MM:SS.ffffff
Testing done
Reproduced in a unit test
Integration tested
selcukcihan
commented
1 year ago
@medikoo ready for review please 🙏
Description
YYYY-MM-DDTHH:MM:SS.ffffff
Testing done