#!/usr/bin/env python3

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

import time
import saxo

@saxo.pipe
def t(arg):
    return time.ctime()
