grpc_client/clients/test.py

5 lines
124 B
Python
Raw Normal View History

2025-11-13 03:01:00 +08:00
from google.protobuf import timestamp_pb2
timestamp = timestamp_pb2.Timestamp()
timestamp.GetCurrentTime()
print(timestamp)