Pomelo.EntityFrameworkCore.MySql
Pomelo.EntityFrameworkCore.MySql copied to clipboard
Implement support for Oracle MySQL's `CAST(... AT TIME ZONE ...)`
trafficstars
References:
- 13.2.2 The DATE, DATETIME, and TIMESTAMP Types
- CAST(timestamp_value AT TIME ZONE timezone_specifier AS DATETIME[(precision)])
There currently seems to be no such support in MariaDB. Probably similar to the SQL Server implementation.