Ok, I'm back to my time problem.
I have current time in T1 (long) - then using datetime.add I arrived at a date in the future called T2 (usually less than a week)
And so I assumed doing T2-T1=time to T2
However as we found out a while ago, there is some sort of adjustment being done to the time so its always a few hours off - apparently this is related to time zone settings (and something everybody else understands but me)
However the question is, how would i go about calculating the amount of from Point in time1 to Point in time2 ?
I have current time in T1 (long) - then using datetime.add I arrived at a date in the future called T2 (usually less than a week)
And so I assumed doing T2-T1=time to T2
However as we found out a while ago, there is some sort of adjustment being done to the time so its always a few hours off - apparently this is related to time zone settings (and something everybody else understands but me)
However the question is, how would i go about calculating the amount of from Point in time1 to Point in time2 ?