I'm trying to convert a string value of a date stamp which is provided in GMT over to the correct time in EST ( or GMT -5). I'm not grasping how to pass the value to the function with GMT and return the EST value.
Source Value looks like this: 2015-01-01 17:05:53
and I would need to return 2015-01-01 12:05:53
Any help appreciated...
Thanks!