I've tried to get the time in desired format like below. Below code doesn't seem to be working. This is also the case if I use RFC3339 layout. Any help is appreciated.
stamp, err := time.Parse("2006-01-02T15:04:05.000000Z", "2020-05-21T23:22:14.45321Z")
log.Println(stamp.Format("September 01, 2020"))