Jump to content

Is there a way to insert date and time....


Ezio

Recommended Posts

Hey guys,

I was wondering if there is a way by which i can insert the local date and time of a user anywhere around the world in my phpmyadmin using php..??

...means suppose if a user logins from newyork, i save the local date and time of that user, and the same code would help me to save the local date and time of some other user logging from a different location, say london..How do i do that..??

Link to comment
Share on other sites

Use unix timestamp to store date time and use local timezone to output local time.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...