I want to parse a date(having timezone) represented by a string into Time.
I tried the below code :
package main import ( "fmt" "ti