I have a long value that represents the time of day in milliseconds since midnight that day. i.e. 00:00:01 would be 1000.
I want to convert this to a long timestamp since the epoch - using the current System's day, month, year. What's the best way to do this?