Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dropbox/dbxcli
/ jsonTime
Function
jsonTime
cmd/json_metadata.go:76–82 ·
view source on GitHub ↗
(t time.Time)
Source
from the content-addressed store, hash-verified
74
}
75
76
func
jsonTime(t time.Time) *string {
77
if
t.IsZero() {
78
return
nil
79
}
80
value := t.UTC().Format(time.RFC3339)
81
return
&value
82
}
Callers
4
shareFolderJSONMetadataFromDropbox
Function · 0.85
jsonMetadataFromDropbox
Function · 0.85
shareLinkJSONMetadataFromDropbox
Function · 0.85
jsonDBXTimePtr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected