I am currently using the following formula to convert the timedate field which is in seconds (example: 320,251,407) to a standard time and date (example: 5/1/2002 7:10:07AM).
{CallDetailRecord.dateTimeConnect} / 86400 + DateTime (1969,12,31,20,00,00)
Note: In the formula after the "1969,12,31" is a 20 for Spring, then in the Fall we have to change it to a 19.
The problem with this formula is that when running reports that cover a time period which includes a daylight savings time period the time gets off track. Not-to-mention I don't know what kind of problems will occur during a leap year. Other than that it is accurate.
Thank You,
Linda
When responding please keep in mind that I'm just a novice at this.
{CallDetailRecord.dateTimeConnect} / 86400 + DateTime (1969,12,31,20,00,00)
Note: In the formula after the "1969,12,31" is a 20 for Spring, then in the Fall we have to change it to a 19.
The problem with this formula is that when running reports that cover a time period which includes a daylight savings time period the time gets off track. Not-to-mention I don't know what kind of problems will occur during a leap year. Other than that it is accurate.
Thank You,
Linda
When responding please keep in mind that I'm just a novice at this.