We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58e73a commit 12b47e0Copy full SHA for 12b47e0
plotly/tests/test_optional/test_px/test_px_input.py
@@ -406,7 +406,7 @@ def test_timezones(request, constructor):
406
request.applymarker(pytest.mark.xfail)
407
408
df = nw.from_native(
409
- constructor({"date": ["2015-04-04 19:31:30+01:00"], "value": [3]})
+ constructor({"date": ["2015-04-04 19:31:30+0100"], "value": [3]})
410
).with_columns(nw.col("date").str.to_datetime(format="%Y-%m-%d %H:%M:%S%z"))
411
args = dict(data_frame=df.to_native(), x="date", y="value")
412
out = build_dataframe(args, go.Scatter)
0 commit comments