Convert UTC Epoch to local date

I think I have a simpler solution — set the initial date to the epoch and add UTC units. Say you have a UTC epoch var stored in seconds. How about 1234567890. To convert that to a proper date in the local time zone: d is now a date (in my time zone) set to … Read more