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

remove crate defined timezone constants #117

Closed
wants to merge 1 commit into from
Closed

remove crate defined timezone constants #117

wants to merge 1 commit into from

Conversation

oll3
Copy link
Contributor

@oll3 oll3 commented Jun 13, 2024

This PR removes the crate defined copy of chrono-tz timezone constants. This mainly to enable build-time timezone filtering (by the chrono-tz feature filter-by-regex). And this (again) mainly to decrease binary size (in similarity to #113).

I guess one draw back might be that you will need chrono_tz as a dependency to modify an rrule timezone. On the other hand the rrule lib could possibly re-export chrono_tz timezones to make it more convenient to work with.

I understand that this might not be wanted but since I will have this in my fork anyway I might as well create a PR and ask.

This to enable build-time timezone filtering (chrono-tz feature filter-by-regex).
@oll3 oll3 closed this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant