From 6282628930a3e58b8dd4891818aaeaf48e46fd46 Mon Sep 17 00:00:00 2001 From: Mohammad Dashti Date: Mon, 12 Apr 2021 18:26:11 +0000 Subject: SERVER-55725 Upgrade timelib to 2021.02 or later --- src/mongo/db/query/datetime/date_time_support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo') diff --git a/src/mongo/db/query/datetime/date_time_support.cpp b/src/mongo/db/query/datetime/date_time_support.cpp index 2e491688a0a..85f22a2e09a 100644 --- a/src/mongo/db/query/datetime/date_time_support.cpp +++ b/src/mongo/db/query/datetime/date_time_support.cpp @@ -191,7 +191,7 @@ TimeZone TimeZoneDatabase::utcZone() { return TimeZone{nullptr}; } -static timelib_tzinfo* timezonedatabase_gettzinfowrapper(char* tz_id, +static timelib_tzinfo* timezonedatabase_gettzinfowrapper(const char* tz_id, const _timelib_tzdb* db, int* error) { return nullptr; -- cgit v1.2.1