is8601 time is quite useful for me. however, typing "as iso8601" is not great. similar for "as decimal" "as binary".
perhaps a shorthand can be allowed, perhaps by configuration, allowing some mapping? eg
"b" : "binary"
"iso" : "iso8601"
so they can be used like:
0x5 as b
jan 20 04:30 as iso
Thanks for your time!