Skip to content

Commit

Permalink
newline after directive
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Sep 18, 2018
1 parent b190866 commit a46e4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.24.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ UTC offset (:issue:`17697`, :issue:`11736`, :issue:`22457`)

.. code-block:: ipython


In [2]: pd.to_datetime("2015-11-18 15:30:00+05:30")
Out[2]: Timestamp('2015-11-18 10:00:00')

Expand Down Expand Up @@ -284,6 +283,7 @@ Passing ``utc=True`` will mimic the previous behavior but will correctly indicat
that the dates have been converted to UTC

.. ipython:: python

pd.to_datetime(["2015-11-18 15:30:00+05:30", "2015-11-18 16:30:00+06:30"], utc=True)

.. _whatsnew_0240.api_breaking.calendarday:
Expand Down

0 comments on commit a46e4c7

Please sign in to comment.