laravel-pdo-odbc icon indicating copy to clipboard operation
laravel-pdo-odbc copied to clipboard

Change `datetimeTz` underlaying type

Open yoramdelangen opened this issue 2 years ago • 0 comments

Currently, the datetimeTz uses the datetime method, which is an alias of timestamp_ntz. This is not the expected behavior.

timestamp_ltz is create timestamps based upon UTC. timestamp_ntz is create timestamps based upon: internally stores “wallclock” time with a specified precision.

yoramdelangen avatar Jan 17 '23 15:01 yoramdelangen