From e1c2920ca25d5f69a8fd82eb26304fc0cbcc8684 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 14 Oct 2025 18:38:30 -0300 Subject: the remainder of postgres helpers (probably) This should give us everything we need to implement all the supported queries. --- src/querymanager.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/querymanager.hh') 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); -- cgit v1.2.3