2014-05-14 UTC
# Loqi tantek: kylewm left you a message 2 minutes ago: my 2c about parsing mf2 datetimes: the parser pretty much needs to use regex (or equivalent) to recognize a time vs. date vs. datetime. it'd be nice then if parsers used that to produce more uniform output (e.g., choose T xor space for the separator, colon or no-colon for the timezone). would make handling the parsed document much simpler