Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ Format
Method
Format
lib/base/datetime.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
String DateTime::Format(const String& format) const
52
{
53
return Utility::FormatDateTime(format.CStr(), m_Value);
54
}
55
56
String DateTime::ToString() const
57
{
Callers
1
DateTimeFormat
Function · 0.45
Calls
1
CStr
Method · 0.80
Tested by
no test coverage detected