klyn.io.toml.TOMLLocalDateTime.toString
method
public override toString() as String:
Description

Formats this value using TOML's local-date-time representation.

Returns

YYYY-MM-DDTHH:MM:SS text with an optional fractional part.

Example

assert TOMLLocalDateTime(2026, 8, 10, 9, 0).toString() == "2026-08-10T09:00:00"