It'd be super helpful if you post the code block that is getting/making the timestamps. I could possibly help you from there. I'm not too sure off the top of my head what would be wrong, as it seems like it returns the years, months, and days correctly, and not the hours, minutes, and seconds. So if I could take a look at your code that would help me through your problem tremendously.
Nov 15, 2015
5
Level 4
Mutated Date
I tried converting date into date mutators in Model. I was expecting result would be carbon timestamp format 2015-11-15 14:06:57 or Y-m-d H:i:s.
Surprisingly the result was 2015-11-15 and time set to 0:0:0.
How does this thing happen? Any idea?
Thanks.
Level 4
What i am trying to do here, i want a carbon date from the form input.
Form
Date format was date('Y-m-d')
Storing into Database

Setting up the model

Result

Database
As you can see, date was not formatted to Carbon
Please or to participate in this conversation.