I'm trying to get pacific time from a server that is located in the east coast ...using the server side time funcation...without subtracting three hours.
any idea ?
i'll show you what i did ...
thetime = Time()
thehour = hour(thetime)
themin = minute(thetime)
thesec = second(thetime)
entertime = timeSerial(thehour - 3, themin - 15, thetime)

but for some reason when it get to three hours before 12 pm or three hours before 12 minnight it stops working ...why ?

If anyone knows of an easier way please send me Private msg or e-mail me at [email protected].

Thanks,