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 7d1b37b commit a6d703eCopy full SHA for a6d703e
doc/source/whatsnew/v3.0.0.rst
@@ -235,13 +235,15 @@ string to various methods. (:issue:`34916`)
235
*Old behavior:*
236
237
.. code-block:: ipython
238
+
239
In [1]: ts = pd.Timestamp(2024, 1, 1).tz_localize("US/Pacific")
240
In [2]: ts.tz
241
<DstTzInfo 'US/Pacific' LMT-1 day, 16:07:00 STD>
242
243
*New behavior:*
244
245
.. ipython:: python
246
247
ts = pd.Timestamp(2024, 1, 1).tz_localize("US/Pacific")
248
ts.tz
249
0 commit comments