MCPcopy Index your code
hub / github.com/coder/coder / Time

Method Time

coderd/httpapi/queryparams.go:242–244  ·  view source on GitHub ↗
(vals url.Values, def time.Time, queryParam, layout string)

Source from the content-addressed store, hash-verified

240}
241
242func (p *QueryParamParser) Time(vals url.Values, def time.Time, queryParam, layout string) time.Time {
243 return p.timeWithMutate(vals, def, queryParam, layout, nil)
244}
245
246// Time uses the default time format of RFC3339Nano and always returns a UTC time.
247func (p *QueryParamParser) Time3339Nano(vals url.Values, def time.Time, queryParam string) time.Time {

Callers 4

chatCostSummaryMethod · 0.95
chatCostUsersMethod · 0.95
prInsightsMethod · 0.95
AuditLogsFunction · 0.95

Calls 1

timeWithMutateMethod · 0.95

Tested by

no test coverage detected