Skip to content

Include millisecond component (%f) in datetime serialization #708

@gr-rob

Description

@gr-rob

return value.strftime('%Y-%m-%dT%H:%M:%SZ')

Milliseconds are being stripped from datetime values when serializing:

return value.strftime('%Y-%m-%dT%H:%M:%SZ')
-->
return value.strftime('%Y-%m-%dT%H:%M:%S.%fZ')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions