how to simulate a different time zone?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how to simulate a different time zone?

¿is it possible by code to simulate that i am in a different time zone just
for to execute a few lines of code?
in my case i am in the time zone "Santiago/Chile" which is GMT-04, but for
to execute a few lines of code that demand time zone "GMT 0"
i need to change or simulate de time zone "GMT 0"

how can i do that?

thanks for any advice
 
use UTC. google UTC
i just wrapped up a project that did just this on the SQL side of the house
and the app side also. though I don't have the code with me, we used UTC
 
Back
Top