I have an web application which logs all the activities perform by the client with the userid and time when the event was performed. As of now the application logs the time dat is of the DB server. my application supports different time zone so i want to capture the time of the client machine which invokes an event and store that time in db rather than the Db server timezone.
Structure of table Columns: UserID, EventId, Time (this value needs to be the client machine time rather than the DB server value)
My question is how do i get to record the client machine time zone and not the dbserver time zone.
I hope i was clear enough. Thanks in advance