Suggestions on how timestamp should be used
Posted: Sun Jul 03, 2005 4:05 am
Whenever it comes to storing time on the db I have the following questions
1. Is it gd to give Current_timestamp at the db field?
2. Or do I have to set the Date using php code?
3. how this date_format() function can be used?
4. Is it possible to get global timings because my hosting service is in US, they display US timing when I use current_timestamp but I am building sites for UK clients.
1. Is it gd to give Current_timestamp at the db field?
2. Or do I have to set the Date using php code?
3. how this date_format() function can be used?
4. Is it possible to get global timings because my hosting service is in US, they display US timing when I use current_timestamp but I am building sites for UK clients.