Skip to content

Commit 6d6c2be

Browse files
nekevssjedel1043
andauthored
Update blog/temporal-release/index.md
Co-authored-by: José Julián Espina <[email protected]>
1 parent 0b56ed8 commit 6d6c2be

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

blog/temporal-release/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,11 @@ temporal_rs = "0.1.0"
221221
```
222222

223223
By default, `temporal_rs` will use a compiled time zone data provider
224-
that compiles the time zone data into the binary.
225-
226-
Currently, we do not have a way to select certain provider's via feature
227-
flag, but a provider can be selected by setting `no-default-features`
228-
and importing the preferred provider from `timezone_provider` for the
229-
API's that require time zone data.
224+
that compiles the time zone data into the binary. If you prefer to
225+
use the file system time zone database or a zoneinfo64 resource bundle,
226+
you can disable the compiled time zone data by setting `default-features = false`;
227+
you can import your preferred provider from the `timezone_provider` crate,
228+
then provide it to any API that requires a time zone provider.
230229

231230
For instance, to use the `FsTzdbProvider`, your `Cargo.toml` would look
232231
like the following.

0 commit comments

Comments
 (0)