static const char CmdTake[] = ".";
static const char CmdPrec[] = "P";
static const char CmdType[] = "T";
-static const char CmdUTC[] = "UTC";
+static const char CmdUTC[] = "U";
static const char TypeBin[] = "B";
static const char TypeBlob[] = "O";
CmdTake = "."
CmdPrec = "P"
CmdType = "T"
- CmdUTC = "UTC"
+ CmdUTC = "U"
Magic = "schema"
)
18: up to attoseconds;
If chosen element of float type, then TODO.
-UTC | ["UTC"]
+UTC | ["U"]
Check that chosen (if it exists) element, of TAI type,
can be converted to UTC.
proc LT {n} {subst {LIST {{STR <} {INT $n}}}}
proc SCHEMA {s} {subst {LIST {{STR S} {STR $s}}}}
proc PREC {p} {subst {LIST {{STR P} {INT $p}}}}
-proc UTC {} {return {LIST {{STR UTC}}}}
+proc UTC {} {return {LIST {{STR U}}}}
proc TAKE {k} {
if {$k == "."} {