const cloud.google.com/go/storage.iso8601

4 uses

	cloud.google.com/go/storage (current package)
		post_policy_v4.go#L261: 		"x-goog-date":             now.Format(iso8601),
		post_policy_v4.go#L277: 		&singleValueCondition{"x-goog-date", now.Format(iso8601)},
		storage.go#L514: 	iso8601      = "20060102T150405Z"
		storage.go#L572: 	timestamp := now.Format(iso8601)