Skip to content

Commit

Permalink
Deploying to gh-pages from @ d7308f3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jul 26, 2023
1 parent 22c176c commit a9b601e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polars_plan/dsl/function_expr/schema.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@
<span class="kw">if let </span>DataType::Datetime(tu, <span class="kw">_</span>) = dt {
<span class="prelude-val">Ok</span>(DataType::Datetime(<span class="kw-2">*</span>tu, tz.cloned()))
} <span class="kw">else </span>{
<span class="macro">polars_bail!</span>(op = <span class="string">&quot;cast-timezone&quot;</span>, got = dt, expected = <span class="string">&quot;Datetime&quot;</span>);
<span class="macro">polars_bail!</span>(op = <span class="string">&quot;replace-time-zone&quot;</span>, got = dt, expected = <span class="string">&quot;Datetime&quot;</span>);
}
})
}
Expand Down

0 comments on commit a9b601e

Please sign in to comment.