CfParser.parseDateTimeNode

void parseDateTimeNode() @safe

Parses a datetime node via the builder.

The time part must be the full THH:MM[:SS] shape; an optional fractional-seconds part is accepted and dropped. A Z or ±HH[:MM] timezone suffix is normalized away by converting to UTC, so distinct offsets yield distinct values instead of comparing equal.