K-Yo
Results
2
comments of
K-Yo
This does not work: https://github.com/protocolbuffers/protobuf/blob/fb8862f781430f2ebf66dae8ab6ac455ee778f40/python/google/protobuf/internal/well_known_types.py#L148 maybe changing it to this would do the trick? ```python timezone_offset = value[10:].rfind('-') ``` took me a while to track down this bug to end...
For informations, this topic has been discussed for pyright validation of pydantic settings here: https://github.com/pydantic/pydantic-settings/issues/201