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