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

Method TemplateDAUsLocalTZ

codersdk/templates.go:470–472  ·  view source on GitHub ↗
(ctx context.Context, templateID uuid.UUID)

Source from the content-addressed store, hash-verified

468}
469
470func (c *Client) TemplateDAUsLocalTZ(ctx context.Context, templateID uuid.UUID) (*DAUsResponse, error) {
471 return c.TemplateDAUs(ctx, templateID, TimezoneOffsetHour(time.Local))
472}
473
474// TemplateDAUs requires a tzOffset in hours. Use 0 for UTC, and TimezoneOffsetHour(time.Local) for the
475// local timezone.

Callers

nothing calls this directly

Calls 2

TemplateDAUsMethod · 0.95
TimezoneOffsetHourFunction · 0.85

Tested by

no test coverage detected