laravel-oci8
laravel-oci8 copied to clipboard
NLS_TIMESTAMP_TZ_FORMAT
Hi,
is there a config optio to set the NLS_TIMESTAMP_TZ_FORMAT ? I cant seem to find any info about it.
You can use DB::setDateFormat('YYYY-MM-DD'). This command will set both date and timestamp format though. See https://yajrabox.com/docs/laravel-oci8/master/date-format.
Oh, is NLS_TIMESTAMP_FORMAT equivalent to NLS_TIMESTAMP_TZ_FORMAT? If not, you will have to do a manual statement.
DB::statement("ALTER SESSION SET NLS_TIMESTAMP_TZ_FORMAT = 'YYYY-MM-DD'");
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.