Facebook api – How do I parse an ISO 8601 Timestamp in Go?
I know I need to use a time layout in Go (as shown here https://golang.org/src/time/format.go) but I can't find the layout for an ISO 8601 timestamp. If it helps, I get the timestamp from the Facebook API. Here is an…