#!/usr/bin/env python3

# http://inamidst.com/saxo/
# Created by Sean B. Palmer

import datetime
print(datetime.datetime.utcnow().strftime("%Y-%m-%d"))
