Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

melx's avatar
Level 4

Incorrect time in created_at

I have a table with timestamps column (created_at and updated_at) in mySql database. I am using laravel version 5.4 and php 7.0.

I happened to notice that it is adding incorrect time to this particular column.

How to set this column to set timestamp correct

1 like
5 replies
tisuchi's avatar

@emfinanga

What do you mean by incorrect timestamp? Can you show an example of what it suppose to be and what you are getting.

1 like
melx's avatar
Level 4

Example i created a sales now

   Created_at 2019-12-07 07:59:29

While Current timestamp

            2019-12-07 11:03:20
1 like

Please or to participate in this conversation.