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.
184184### Time zone data
185185
186186While 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
189190data sourcing functionality is provided by ` timezone_provider ` , a sister
190191crate of ` temporal_rs ` that provides a project agnostic crate alongside
191192default trait implementations for sourcing time zone data.
You can’t perform that action at this time.
0 commit comments