You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After initialising labels of a LabelRowV2 instance using its initialise_labels method the fields created_at and last_edited_at are of type str instead of datetime.
Looks there is a missing conversion to datetime of the str timestamps in _parse_label_row_dict
PS: It also seems like the str timestamp used in the code location above does not contain subsecond information, i.e. no millisecond data. However, when obtaining an already initialised label from Encord, the datetime fields do contain millisecond data.
The text was updated successfully, but these errors were encountered:
After initialising labels of a
LabelRowV2
instance using itsinitialise_labels
method the fieldscreated_at
andlast_edited_at
are of typestr
instead ofdatetime
.Looks there is a missing conversion to
datetime
of thestr
timestamps in_parse_label_row_dict
encord-client-python/encord/objects/ontology_labels_impl.py
Line 1410 in dd83dce
PS: It also seems like the
str
timestamp used in the code location above does not contain subsecond information, i.e. no millisecond data. However, when obtaining an already initialised label from Encord, the datetime fields do contain millisecond data.The text was updated successfully, but these errors were encountered: