Skip to content

Last of the timezones funcs #17669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 29, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
whitespace fixup
  • Loading branch information
jbrockmendel committed Sep 25, 2017
commit 6ccbfb241390e2f80df1908660a886862fe7c7ef
4 changes: 2 additions & 2 deletions pandas/_libs/tslibs/timezones.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ cdef bint is_fixed_offset(object tz)
cdef object get_dst_info(object tz)

cdef ndarray[int64_t] _infer_dst(ndarray[int64_t] vals,
ndarray[int64_t] result_a,
ndarray[int64_t] result_b)
ndarray[int64_t] result_a,
ndarray[int64_t] result_b)