References: - [13.2.2 The DATE, DATETIME, and TIMESTAMP Types](https://dev.mysql.com/doc/refman/8.0/en/cast-functions.html#function_cast) - [CAST(timestamp_value AT TIME ZONE timezone_specifier AS DATETIME[(precision)])](https://dev.mysql.com/doc/refman/8.0/en/cast-functions.html#function_cast) There currently seems to be no such support in MariaDB. Probably similar to the [SQL Server implementation](https://github.com/dotnet/efcore/issues/26199).