Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/writefreely/writefreely
/ Created8601
Method
Created8601
posts.go:1725–1727 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1723
}
1724
1725
func
(rp *RawPost) Created8601() string {
1726
return
rp.Created.Format(
"2006-01-02T15:04:05Z"
)
1727
}
1728
1729
func
(rp *RawPost) Updated8601() string {
1730
if
rp.Updated.IsZero() {
Callers
nothing calls this directly
Calls
1
Format
Method · 0.80
Tested by
no test coverage detected