From 193b5afdad763e5e0fc0bc16dcb83d4e0d2cbef9 Mon Sep 17 00:00:00 2001 From: Sumit Binnani Date: Sun, 20 Dec 2015 12:49:28 +0530 Subject: [PATCH] DOC: Added enhancement for to_datetime Patch for pull request #11470 --- doc/source/whatsnew/v0.18.0.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/v0.18.0.txt b/doc/source/whatsnew/v0.18.0.txt index 94ca376df8436..910c691217beb 100644 --- a/doc/source/whatsnew/v0.18.0.txt +++ b/doc/source/whatsnew/v0.18.0.txt @@ -33,6 +33,7 @@ Other enhancements - Handle truncated floats in SAS xport files (:issue:`11713`) - ``read_excel`` now supports s3 urls of the format ``s3://bucketname/filename`` (:issue:`11447`) +- ``to_datetime`` have a new parameter, ``origin``, to define offset for ``DateTimeIndex`` (:issue:`11276`) .. _whatsnew_0180.enhancements.rounding: