Comment 4 for bug 1197369

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

seems to be rather hard to actually generate with the time.Format conventions, falling back to fmt.Sprintf works fine though.

x := fmt.Sprintf("%d%d%d-%d%d%d", t.Year(), t.Month(), t.Day(), t.Hour(), t.Minute(), t.Second);