MCPcopy 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
387String DateTime::toFullDateTimeString() const
388{
389 return format(_F("%x %T"));
390}
391
392String DateTime::toISO8601(const ZoneInfo* zone) const
393{

Callers 6

COMMAND_HANDLERFunction · 0.80
gdb_on_attachFunction · 0.80
showTimeFunction · 0.80
onPrintSystemTimeFunction · 0.80
checkSetTimeMethod · 0.80
getSystemTimeStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected