summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/datetime
diff options
context:
space:
mode:
authorMohammad Dashti <mdashti@gmail.com>2021-04-12 18:26:11 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-12 18:58:07 +0000
commit6282628930a3e58b8dd4891818aaeaf48e46fd46 (patch)
treec0f5372b9d59702f34ec0e52802cc8462808656d /src/mongo/db/query/datetime
parent6081c8efa38f892f3300f94ebd33251a9c009272 (diff)
downloadmongo-6282628930a3e58b8dd4891818aaeaf48e46fd46.tar.gz
SERVER-55725 Upgrade timelib to 2021.02 or later
Diffstat (limited to 'src/mongo/db/query/datetime')
-rw-r--r--src/mongo/db/query/datetime/date_time_support.cpp2
1 files changed, 1 insertions, 1 deletions
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;