Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ toFullDateTimeString
Method
toFullDateTimeString
Sming/Core/DateTime.cpp:387–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
}
386
387
String DateTime::toFullDateTimeString() const
388
{
389
return format(_F(
"%x %T"
));
390
}
391
392
String DateTime::toISO8601(const ZoneInfo* zone) const
393
{
Callers
6
COMMAND_HANDLER
Function · 0.80
gdb_on_attach
Function · 0.80
showTime
Function · 0.80
onPrintSystemTime
Function · 0.80
checkSetTime
Method · 0.80
getSystemTimeString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected