File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,9 @@ native Rust and ECMAScript implementers.
184
184
### Time zone data
185
185
186
186
While we plan to go into time zones in a completely separate post, one
187
- of ` temporal_rs ` 's primary design decisions was to leave time zone data
188
- sourcing as customizable with available default sources. The time zone
187
+ of ` temporal_rs ` 's primary design decisions was to offer a way to
188
+ customize the source of time zone data, while also having an optional default
189
+ source for convenience. The time zone
189
190
data sourcing functionality is provided by ` timezone_provider ` , a sister
190
191
crate of ` temporal_rs ` that provides a project agnostic crate alongside
191
192
default trait implementations for sourcing time zone data.
You can’t perform that action at this time.
0 commit comments