I have a UTC timestamp in this format: 2016-04-18 14:38:12
I am using getTimezoneOffset();
i think the number from getTimezoneoffset(); is minutes. how can i change the original UTC time into the current time with getTimezoneOffset? possibly just adding and subtracting?