Tagged Questions
0
votes
1answer
275 views
How do i store GMT offset with the DATETIME in MySQL Server
I was using C# with MS SQL Server 2008
Now i want to migrate to MySQL server
5.5
But i dont know how to store the GMT offset value in what data type
of the MySQL Server?
Please help me ...
0
votes
1answer
284 views
SQL: Offsetting timestamp in a query from GMT to Pacific
I'm hoping someone can help out a SQL newbie (note, I'm very green so please be gentle). I'm trying to help do an audit of some contractor employees at my company and see if they might be milking ...
3
votes
1answer
427 views
iPhone CurrentTimeZoneOffset from UTC
Is there a way to get the offset time zone for a given date.
For example, if I am in New York and I pass in 12-12-2009 4 PM I would get back "-4" as we are 4 hours off GMT.
(In .NET land there is a ...