Searched refs:EPOCH (Results 1 – 2 of 2) sorted by relevance
32 EPOCH = datetime.utcfromtimestamp(0) variable46 return int((timestamp - EPOCH).total_seconds() * 1e9)
56 EPOCH=$(date -d '2018-06-01T00:00:00Z' +%s)