Skip to content

Commit 8a361e7

Browse files
author
Scott Sanderson
committed
DOC: Clarify utc requirements on dts.
1 parent b842b87 commit 8a361e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zipline/data/fx/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_rates(self, rate, quote, bases, dts):
2828
may appear multiple times.
2929
dts : pd.DatetimeIndex
3030
Datetimes for which to load rates. Must be sorted in ascending
31-
order.
31+
order and localized to UTC.
3232
3333
Returns
3434
-------

0 commit comments

Comments
 (0)