6 #include "inc_sqlite_time"
8 const string NWNX_Time =
"NWNX_Time";
39 WriteTimestampedLogEntry(
"WARNING: NWNX_Time is deprecated. You should migrate to SQLite based functions (see inc_sqlite_time).");
45 WriteTimestampedLogEntry(
"WARNING: NWNX_Time is deprecated. You should migrate to SQLite based functions (see inc_sqlite_time).");
51 WriteTimestampedLogEntry(
"WARNING: NWNX_Time is deprecated. You should migrate to SQLite based functions (see inc_sqlite_time).");
57 WriteTimestampedLogEntry(
"WARNING: NWNX_Time is deprecated. NWNX_Time_GetHighResTimeStamp is moving to NWNX_Util.");
string NWNX_Time_GetSystemTime()
Returns current time.
int SQLite_GetTimeStamp()
struct NWNX_Time_HighResTimestamp NWNX_Time_GetHighResTimeStamp()
string SQLite_GetSystemTime()
Returns current time.
string SQLite_GetSystemDate()
Returns the current date.
int NWNX_Time_GetTimeStamp()
string NWNX_Time_GetSystemDate()
Returns the current date.
struct NWNX_Util_HighResTimestamp NWNX_Util_GetHighResTimeStamp()
A high resolution timestamp.
int microseconds
Microseconds.
int seconds
Seconds since epoch.
A high resolution timestamp.
int microseconds
Microseconds.
int seconds
Seconds since epoch.