Convert Unix Epoch Time to format HH:MM:SS without the date
- by user293249
I'm using SSRS 2005 and I need to convert time from a serial unix time like 3412.254263 to a duration like 166:12:35 where the second format is HH:MM:SS.
All .NET code should work, but I can't find any function that does not include the date or does not treat the result as a duration.
Any help would be appreciated!