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

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.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
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