You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some parts of the spec specify that local time should be used as default in some cases.
The system timezone of the machine will be used in those cases (or should be used).
With a feature flag this should default to UTC regardless where the system is currently located/configured.
This feature is useful when the crate is used on servers.
Alternatively an environment variable can be used to specify the desired fixed timezone.
The text was updated successfully, but these errors were encountered:
I suggest having a method, inside RRuleSet, instead of having a feature flag.
Again, Cargo requires that features are additive and it may affect other libraries unexpectedly.
Some parts of the spec specify that local time should be used as default in some cases.
The system timezone of the machine will be used in those cases (or should be used).
With a feature flag this should default to
UTC
regardless where the system is currently located/configured.This feature is useful when the crate is used on servers.
Alternatively an environment variable can be used to specify the desired fixed timezone.
The text was updated successfully, but these errors were encountered: