public override toString() as String:
Formats this value using TOML's local-date-time representation.
YYYY-MM-DDTHH:MM:SS text with an optional fractional part.
YYYY-MM-DDTHH:MM:SS
assert TOMLLocalDateTime(2026, 8, 10, 9, 0).toString() == "2026-08-10T09:00:00"