Jinyu Liu 2b41383745
Fix dict encoding for timezone aware datetimes (#468)
Co-authored-by: James Hilton-Balfe <gobot1234yt@gmail.com>
2023-04-13 23:34:19 +01:00

9 lines
147 B
Protocol Buffer

syntax = "proto3";
package timestamp_dict_encode;
import "google/protobuf/timestamp.proto";
message Test {
google.protobuf.Timestamp ts = 1;
}