(ctx context.Context)
| 5265 | } |
| 5266 | |
| 5267 | func (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. |
nothing calls this directly
no test coverage detected