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

Method DeploymentDAUsLocalTZ

codersdk/deployment.go:5267–5269  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

5265}
5266
5267func (c *Client) DeploymentDAUsLocalTZ(ctx context.Context) (*DAUsResponse, error) {
5268 return c.DeploymentDAUs(ctx, TimezoneOffsetHour(time.Local))
5269}
5270
5271// DeploymentDAUs requires a tzOffset in hours. Use 0 for UTC, and TimezoneOffsetHour(time.Local) for the
5272// local timezone.

Callers

nothing calls this directly

Calls 2

DeploymentDAUsMethod · 0.95
TimezoneOffsetHourFunction · 0.85

Tested by

no test coverage detected