Lines Matching full:timestamp
162 # Use a fixed timestamp (01/01/2009) when packaging the image.
165 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
166 image_props["timestamp"] = int(timestamp)
214 # Use a fixed timestamp (01/01/2009) when packaging the image.
217 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
218 image_props["timestamp"] = int(timestamp)
264 # Use a fixed timestamp (01/01/2009) when packaging the image.
267 timestamp = (datetime.datetime(2009, 1, 1) - epoch).total_seconds()
268 image_props["timestamp"] = int(timestamp)