Viewing 3 posts - 1 through 3 (of 3 total)
Thanks for your reply.
I have already tried all these ways, but the result is more varying in these cases.
Adding 5:30 is giving me a difference of only 30 mins approximately.
March 12, 2014 at 10:43 pm
I used the below statement:
e.g.,
SELECT dateadd(hh,5.30,CAST(635302120392663258/864000000000.0 - 693595.0 AS DATETIME))
It's giving me a difference of approx. 30 minutes.
When I don't add the UTC difference, the result has a huge...
March 12, 2014 at 10:40 am
But in my case, there was a difference of hours.
I have added UTC time difference. Now the difference is coming in minutes.
What should I do?
March 12, 2014 at 4:55 am
Viewing 3 posts - 1 through 3 (of 3 total)