I am looking for a function to convert date in one timezone to another.
It need two parameters,
quick and dirty manual hour changer and return:
return new Date(new Date().setHours(new Date().getHours()+3)).getHours()