Open
Description
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.