The filter with the date after the update does not work

Good day!

After updating MetaBase to version 0.48.8 I checked, that in a previous, v 0.48.7 the same error is also present.

There is a query (see screenshots)

The query result (0 on my screen) is not correct!!!

The same query in v 0.48.6 looks like this:

Result on the screen equal to 58 - is correct!!!

That is, in version 0.48.8, the DateTimeOffsetFromParts function is not used when generating an sql query. Because of this, the condition does not work properly.

Database connection used: MSSQL.

I saw similar questions on the forum, but there was no solution.

Can anyone help with this?
Thank you.

{
"browser-info": {
"language": "ru-RU",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.22+7",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.22",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.22+7",
"os.name": "Linux",
"os.version": "4.15.0-213-generic",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"sqlserver"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.18 (Debian 12.18-1.pgdg120+2)"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.6.0"
}
},
"run-mode": "prod",
"version": {
"date": "2024-03-04",
"tag": "v0.48.8",
"hash": "a900c85"
},
"settings": {
"report-timezone": null
}
}
}

is it Specific dates filter incorrect result · Issue #39968 · metabase/metabase · GitHub?

After upgrading to version 0.49.2, everything is ok