grpc_client/clients/test.py
2025-11-13 03:01:00 +08:00

5 lines
124 B
Python

from google.protobuf import timestamp_pb2
timestamp = timestamp_pb2.Timestamp()
timestamp.GetCurrentTime()
print(timestamp)