Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devaccuracy/ledgerforge
/ parseTime
Function
parseTime
internal/files/files.go:510–516 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
508
}
509
510
func
parseTime(s string) time.Time {
511
t, err := time.Parse(time.RFC3339, s)
512
if
err != nil {
513
return
time.Time{}
514
}
515
return
t
516
}
Callers
1
parseExternalTransaction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected