I need to cast a DATE value in a query to a TIMESTAMP WITH TIME ZONE, but currently I\'m getting the TimeZone Region (\'Europe / Paris\') which is not valid to be used by EF. >
Use ALTER SESSION SET TIME_ZONE = '+01:00'; before your SELECT