I have a date variable which I receive in the following format:
"2010-02-07T16:49:26Z"
This is a GMT timestamp on my Garmin GPS. I would like the result in my own local time, based on the computer I am using.
What would be some basic code to get this done?
"2010-02-07T16:49:26Z"
This is a GMT timestamp on my Garmin GPS. I would like the result in my own local time, based on the computer I am using.
What would be some basic code to get this done?
Comment