MCPcopy Create free account
hub / github.com/writefreely/writefreely / Updated8601

Method Updated8601

posts.go:1729–1734  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1727}
1728
1729func (rp *RawPost) Updated8601() string {
1730 if rp.Updated.IsZero() {
1731 return ""
1732 }
1733 return rp.Updated.Format("2006-01-02T15:04:05Z")
1734}
1735
1736var imageURLRegex = regexp.MustCompile(`(?i)[^ ]+\.(gif|png|jpg|jpeg|avif|avifs|webp|jxl|image)$`)
1737

Callers

nothing calls this directly

Calls 1

FormatMethod · 0.80

Tested by

no test coverage detected