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 99e8f34 commit d7f8c97Copy full SHA for d7f8c97
pandas/_libs/tslibs/timestamps.pyx
@@ -3440,7 +3440,7 @@ Timestamp.daysinmonth = Timestamp.days_in_month
3440
3441
@cython.overflowcheck(True)
3442
@cython.cdivision(False)
3443
-def normalize_i8_stamp(self, int64_t local_val, int64_t ppd):
+cdef normalize_i8_stamp(self, int64_t local_val, int64_t ppd):
3444
"""
3445
Round the localized nanosecond timestamp down to the previous midnight.
3446
0 commit comments