Comment 3 for bug 1197369

Revision history for this message
Kapil Thangavelu (hazmat) wrote :

This looks like a simple logic error, time.Format doesn't use strftime but a sample layout, ie. http://golang.org/pkg/time/#pkg-constants. As a result it barfs after the 10th retry.