def generate_ts()

in gce_rescue/gce.py [0:0]


def generate_ts() -> int:
  """Get the current timestamp to be used as unique ID
  during this execution."""
  return int(time())