Convert Unix Epoch Time to format HH:MM:SS without the date

Posted by user293249 on Stack Overflow See other posts from Stack Overflow or by user293249
Published on 2010-04-30T00:39:53Z Indexed on 2010/04/30 0:47 UTC
Read the original article Hit count: 439

Filed under:
|
|
|
|

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!

© Stack Overflow or respective owner

Related posts about ssrs-2005

Related posts about epoch