Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: empty import tzdata for Windows binaries #10377

Merged
merged 1 commit into from
Jan 5, 2022

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Jan 4, 2022

The telegraf binary currently does not include any timezone data. While
this data is usually readily available in linux systems it is not
available to a go binary in Windows.

Fixes: #8756

The telegraf binary currently does not include any timezone data. While
this data is usually readily available in linux systems it is not
available to a go binary in Windows.

Fixes: influxdata#8756
@telegraf-tiger telegraf-tiger bot added the fix pr to fix corresponding bug label Jan 4, 2022
@powersj powersj merged commit 078242b into influxdata:master Jan 5, 2022
powersj added a commit that referenced this pull request Jan 5, 2022
The telegraf binary currently does not include any timezone data. While
this data is usually readily available in linux systems it is not
available to a go binary in Windows.

Fixes: #8756
(cherry picked from commit 078242b)
powersj added a commit to powersj/telegraf that referenced this pull request Jan 21, 2022
The telegraf binary currently does not include any timezone data. While
this data is usually readily available in linux systems it is not
available to a go binary in Windows.

Fixes: influxdata#8756
@powersj powersj deleted the fix/windows-timezone branch January 23, 2022 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Telegraf on Windows fails with "File not found"
2 participants