wdelfuego / nova-datetime

Makes working with DateTime fields in Laravel's Nova easier
10 stars 1 forks source link

Datepicker timezone #5

Open fabiobap opened 1 year ago

fabiobap commented 1 year ago

image

I have a datetime field and works fine displaying and selecting the time in datepicker but when I try to save it tries to save the date with the tz, is there a way to remove that and save like '2023-01-05 00:00:00'?

image

wdelfuego commented 1 year ago

Hi @fabiobap and sorry for the late reply!

Did you find a solution to this issue?

fabiobap commented 1 year ago

Well I used Attribute in the model to define the date back to 'Y-m-d H:i:s', but as far as the date field goes I have no idea