I'm importing an Access database into SQL Server...I come across Timestamps which look like the ones below. In the Access database the field is set to be a Double Number.

OPENEDTIME
37265,7135185185
37127,5163541667
37315,7006481482
37585,4245138889
37585,4308101852
37113,3796412037

How can I create a nice looking time from these stamps? (Using ASP and SQL server)