MCPcopy Create free account
hub / github.com/VCVRack/Rack / formatTimeISO

Function formatTimeISO

src/string.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340std::string formatTimeISO(double timestamp) {
341 // Windows doesn't support %F or %T, and %z gives the full timezone name instead of offset
342 return formatTime("%Y-%m-%d %H:%M:%S %z", timestamp);
343}
344
345
346std::string UTF32toUTF8(const std::u32string& s32) {

Callers 1

mainFunction · 0.85

Calls 1

formatTimeFunction · 0.85

Tested by

no test coverage detected