MCPcopy Create free account
hub / github.com/ddnet/ddnet / ToUnixTimestamp

Method ToUnixTimestamp

src/engine/server/databases/mysql.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void CMysqlConnection::ToUnixTimestamp(const char *pTimestamp, char *aBuf, unsigned int BufferSize)
202{
203 str_format(aBuf, BufferSize, "UNIX_TIMESTAMP(%s)", pTimestamp);
204}
205
206bool CMysqlConnection::Connect(char *pError, int ErrorSize)
207{

Callers 4

MapInfoMethod · 0.45
ShowTimesMethod · 0.45
LoadTeamMethod · 0.45
GetSavesMethod · 0.45

Calls 1

str_formatFunction · 0.85

Tested by

no test coverage detected