MCPcopy Create free account
hub / github.com/boostorg/build / timestamp_str

Function timestamp_str

v2/engine/timestamp.c:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197
198char const * timestamp_str( timestamp const * const time )
199{
200 return timestamp_formatstr( time, "%Y-%m-%d %H:%M:%S.%%09d +0000" );
201}
202
203
204char const * timestamp_timestr( timestamp const * const time )

Callers 2

make0Function · 0.85
outf_timeFunction · 0.85

Calls 1

timestamp_formatstrFunction · 0.85

Tested by

no test coverage detected