I have a number that represents the value you get when you look at a .NET System.DateTime .Ticks property. This number is 633325517040000000. The problem is that I have this in an oracle table and I want to get a human readable date from it using PL SQL. I no longer have access to the handy .NET System.DateTime object that easily will convert this to something readable. Any Ideas, smart people?
-Travis
-Travis