... p.s. I suppose the specifications for HH should not allow "24" as "00" comes after "23".
hh 0?[1-9] | 1[0-2] "4", "07", "12"
HH [01][0-9] | 2[0-3]
"07", "12", "23"
mickmackusa
... p.s. I suppose the specifications for HH should not allow "24" as "00" comes after "23".
hh 0?[1-9] | 1[0-2] "4", "07", "12"
HH [01][0-9] | 2[0-3]
"07", "12", "23"
mickmackusa