Welcome Guest, Not a member yet? Register   Sign In
Save timestamp in database
#5

(05-03-2018, 11:12 AM)InsiteFX Wrote:
Code:
# user created timestamp
`created_at` timestamp default current_timestamp,

# user add or update timestamp
`updated_at` timestamp default current_timestamp on update current_timestamp,

# do not forget that you can add timestamp(6) etc.

For the timezone I found this article.

How to Detect User Timezone in PHP

Let me know if that works for you.

In your way,output is example 2018-2-2 12:10:20
But i save unix timestamp because need convert timestamp to user timezone
Reply


Messages In This Thread
Save timestamp in database - by omid_student - 05-03-2018, 06:01 AM
RE: Save timestamp in database - by InsiteFX - 05-03-2018, 09:00 AM
RE: Save timestamp in database - by omid_student - 05-03-2018, 09:50 AM
RE: Save timestamp in database - by InsiteFX - 05-03-2018, 11:12 AM
RE: Save timestamp in database - by omid_student - 05-03-2018, 11:52 AM
RE: Save timestamp in database - by InsiteFX - 05-04-2018, 03:58 AM
RE: Save timestamp in database - by omid_student - 05-04-2018, 07:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB