I have a Date object and want to easily convert it to DateTime object, setting the time to an arbitrary value (e.g. 12:00:00).
I know it is possible taking the string and fiddleing with strptime and strftime.
I am curious if there is a easier, direct way to do that.