I am using NodaTime I am storing time information in the form of Ticks since epoch.
However, I want to pass the number of milliseconds since unix epoch back to the client browser, so I can construct a javascript Date() object. Is there not a way to do this?
If this method is out of the question, does anyone else have a better idea?
p.s. I'm tired of messing with strings because I always have to wonder how they will be interpreted.