Hi again,
when, in Basex 7.6, formatting a datetime with
format-dateTime(current-dateTime(), "[Y0001][M01][D01][h01][m01][s01][Z0000]")
I was expecting something like
20130314035118+0100
for my area (Central Europe) and instead I get
201303140351180060.
Looks like minutes are not translated to hours and the sign is missing. For documentation I'm referring to
http://www.w3.org/TR/xpath-functions-30/#rules-for-datetime-formatting.
Thanks, M.