Answer the question
In order to leave comments, you need to log in
What are the ways to parse the date "Mon, 22 Jan 2018 19:21:00 +0300"?
I try this way:
t, err := time.Parse(time.RFC822Z, "Mon, 22 Jan 2018 19:21:00 +0300")
parsing time "Mon, 22 Jan 2018 19:21:00 +0300" as "02 Jan 06 15:04 -0700": cannot parse "Mon, 22 Jan 2018 19:21:00 +0300" as "02"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question