You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can implement some Accessors & Mutators as I did in the calendar. In this way, the dates are always saved in the database in UTC(or config('app.timezone')) and when the user reads them, they are transformed into their timezone.
Can be useful but we need to modify the command for send the notification taking in consideration the timezone of the company i guess. In the contact reminder we can use this also we can move to a trait and reuse
We can implement some Accessors & Mutators as I did in the calendar. In this way, the dates are always saved in the database in UTC(or config('app.timezone')) and when the user reads them, they are transformed into their timezone.
https://github.com/Roskus/prospect-flow-crm/blob/56c096918f24beadb6ed63a5cb528d61401511c9/app/Models/Calendar.php#L59-L73
The text was updated successfully, but these errors were encountered: