Hi All,
I am trying to solve the Daylight saving(+1 hour or -1 hour)problem for cisco phones. since the data is stored in unix time (ie in numbers)in SQL Server7(it doesnot support getutcdate() function), I solved the conversion from number to date, but I need to add 1 hour or substract 1 hour...
Frank,
r u in Eastern Time Zone or Centeral or Mountain,I am in Eastern Time Zone -5:00 GMT (18000), I dont know how to check the daylight savings (+1 Hour or -1 Hours). I am trying to find out the way how to Implement this daylight saving.
Frank,
try this out, this should work, since :Startdate and :Enddate are input parameters I used to pass in Actuate report.
SELECT
a.callingPartyNumber,
a.finalCalledPartyNumber,
a.originalCalledPartyNumber...
Hi All,
Please help in fixing the Daylight Saving.
Here is my query for Eastern Time.
SELECT
a.callingPartyNumber,
a.finalCalledPartyNumber,
a.originalCalledPartyNumber...
Hi
Try this out for Eastern Time in US.
SELECT
a.callingPartyNumber,
a.finalCalledPartyNumber,
a.originalCalledPartyNumber,
dateadd(second,ISNULL((a.dateTimeOrigination-18000),a.dateTimeOrigination),'19700101 00:00:00') as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.