diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-10-14 18:38:30 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-10-14 18:38:30 -0300 |
| commit | e1c2920ca25d5f69a8fd82eb26304fc0cbcc8684 (patch) | |
| tree | bd18eec30ea84546693c353cdd47702539996a50 /src/querymanager.hh | |
| parent | a0f918bf65028146709010a5447b68f26a715fa0 (diff) | |
| download | querymanager-e1c2920ca25d5f69a8fd82eb26304fc0cbcc8684.tar.gz querymanager-e1c2920ca25d5f69a8fd82eb26304fc0cbcc8684.zip | |
the remainder of postgres helpers (probably)
This should give us everything we need to implement all the
supported queries.
Diffstat (limited to 'src/querymanager.hh')
| -rw-r--r-- | src/querymanager.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/querymanager.hh b/src/querymanager.hh index 1128ab9..66b049f 100644 --- a/src/querymanager.hh +++ b/src/querymanager.hh @@ -146,6 +146,7 @@ void LogAddVerbose(const char *Prefix, const char *Function, const char *File, int Line, const char *Format, ...) ATTR_PRINTF(5, 6); struct tm GetLocalTime(time_t t); +struct tm GetGMTime(time_t t); int64 GetClockMonotonicMS(void); int GetMonotonicUptimeMS(void); void SleepMS(int DurationMS); |
