Skip to content

Commit

Permalink
fix: Enable "polars-json/timezones" feature from "polars-io"
Browse files Browse the repository at this point in the history
That feature is never enabled, so we can't dump NDJSON with datetimes
that contain timezones.
  • Loading branch information
philss committed Sep 9, 2024
1 parent 433d6c0 commit fc7fed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ timezones = [
"dtype-datetime",
"arrow/timezones",
"polars-json?/chrono-tz",
"polars-json?/timezones",
]
dtype-time = ["polars-core/dtype-time", "polars-core/temporal", "polars-time/dtype-time"]
dtype-struct = ["polars-core/dtype-struct"]
Expand Down

0 comments on commit fc7fed2

Please sign in to comment.