Michal Borychowski
Michal Borychowski
What do you mean by "doesn't pick up custom dates"? The serialization date format like 'Y-m-d H:i:s' is only applied when you use `->toArray()` or `->toJson()` on your model.
There is already this option in `timezone.php`, use `'overwrite' => false,`. Setting the timezone manually is, IMHO out of scope of this library. You should implement it by yourself e.g....
I've prepared a small PR for this: https://github.com/jamesmills/laravel-timezone/pull/79
Just got a new email at 08:35: ``` SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "scheduled_task_executions_uuid_unique" DETAIL: Key (uuid)=(vgsgwkc) already exists. (Connection: pgsql, SQL: insert into...
Additionally, I have noticed that the real used domain is not substituted in the email body and the link goes to "localhost" 
Hi! So for contrast, we use Sushi to populate dynamic models based on user configs, so in our case the data constantly changes :) We don't use (yet) Octane, but...