Skip to content

lost timezone #64

@newbery

Description

@newbery

In dropbox.babel_serializers.js, it appears that the UTC/GMT timezone in the original datetime string is lost during the conversion of a Timestamp value to python object,

    if isinstance(data_type, bv.Timestamp):
        try:
            return datetime.datetime.strptime(val, data_type.format)
        except ValueError as e:
            raise bv.ValidationError(e.args[0])

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