| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Derive from known datetime.
Rather than a 'google.protobuf.timestamp_pb2.Timestamp' instance. Closes #5598.
| timestamp = self._message.publish_time | ||
| delta = datetime.timedelta( | ||
| seconds=timestamp.seconds, | ||
| microseconds=timestamp.nanos // 1000) |
Rather than a 'google.protobuf.timestamp_pb2.Timestamp' instance. Closes #5598.
| Back | FazBrowse Home | New Git URL |
Closes #5598