Fix dict encoding for timezone aware datetimes (#468)
Co-authored-by: James Hilton-Balfe <gobot1234yt@gmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package timestamp_dict_encode;
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
message Test {
|
||||
google.protobuf.Timestamp ts = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user