summaryrefslogtreecommitdiff
path: root/tests/timeRoundTrip.ur
blob: d20e61e88630bbbbd06789fc6f0bdce30f0b5123 (plain)
1
2
3
fun main () : transaction page =
    t <- now;
    return <xml>{[readError (show t) : time]}</xml>