Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
281
func
(p *Post) Created8601() string {
282
return
p.Created.Format(
"2006-01-02T15:04:05Z"
)
283
}
284
285
func
(p *Post) IsScheduled() bool {
286
return
p.Created.After(time.Now())
Callers
1
exportPostsCSV
Function · 0.45
Calls
1
Format
Method · 0.80
Tested by
no test coverage detected