In the last episode (Aug 13), Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum said:
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? :-(
Looks like format_iso_short() should call format_ymd() instead of format_ymd_short().