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

Method Created8601

posts.go:281–283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279}
280
281func (p *Post) Created8601() string {
282 return p.Created.Format("2006-01-02T15:04:05Z")
283}
284
285func (p *Post) IsScheduled() bool {
286 return p.Created.After(time.Now())

Callers 1

exportPostsCSVFunction · 0.45

Calls 1

FormatMethod · 0.80

Tested by

no test coverage detected