#!/usr/bin/env python3

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

import time
import saxo

@saxo.pipe
def t(arg):
    return time.strftime("%d %b %Y %H:%M:%S UTC", time.gmtime())
