Hi Justin,
looks like you still need to calculate your offset of GMT/UTC time.. (epoch time is defined as seconds since 1st January 1970 GMT/UTC midnight)
The DateAdd function can be used for that again:
Code:
DateAdd("h", hoursOffset, dt)
(hoursOffset would be 5 in your case)