MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / DateTimeToISO8601

Function DateTimeToISO8601

sourcecommon/utils.cpp:1919–1922  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1917}
1918//---------------------------------------------------------------------------
1919String DateTimeToISO8601(TDateTime v)
1920{
1921 return FormatDateTime("yyyymmdd'T'hhnnss.zzz", v) + "0";
1922}
1923//---------------------------------------------------------------------------
1924// s = "yyyy[mm[dd[Thh[nn[ss[.zzzz]]]]]]"
1925TDateTime DateTimeFromISO8601(String s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected