def get_utc_timestamp()

in api/utils.py [0:0]


def get_utc_timestamp():
    return datetime.datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%SZ")