(loc *time.Location)
| 5261 | } |
| 5262 | |
| 5263 | func TimezoneOffsetHour(loc *time.Location) int { |
| 5264 | return TimezoneOffsetHourWithTime(time.Now(), loc) |
| 5265 | } |
| 5266 | |
| 5267 | func (c *Client) DeploymentDAUsLocalTZ(ctx context.Context) (*DAUsResponse, error) { |
| 5268 | return c.DeploymentDAUs(ctx, TimezoneOffsetHour(time.Local)) |