I am having a problem converting stragiht seconds to the actual datetime string using the dateadd function I an using the syntax as follows:
dateadd(s,[sql field],'01/01/1970') I am adding the sql field which is the number of seconds value to epoc time. IS this correct?
The problem is that the value that comes out is about 4 hours ahead of this value.
What is the deal? :-(
dateadd(s,[sql field],'01/01/1970') I am adding the sql field which is the number of seconds value to epoc time. IS this correct?
The problem is that the value that comes out is about 4 hours ahead of this value.
What is the deal? :-(