Why doesn't format_iso_short() in the calendar module work as advertized?
refdocs:
iso_short "2000-06-02T00:00:00"
reality:
Pike v7.7 release 34 running Hilfe v3.5 (Incremental Pike Frontend)
Calendar.ISO_UTC.Second(time())->format_iso_short();
(1) Result: "20070813T19:56:13"
Where did the dashes go? :-(