Skip to content

Commit d5c584b

Browse files
author
MarcoGorelli
committed
clean up
1 parent aa9d424 commit d5c584b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/_libs/tslibs/strptime.pyx

-2
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,8 @@ def array_strptime(
217217
# Store the out_tzoffset in seconds
218218
# since we store the total_seconds of
219219
# dateutil.tz.tzoffset objects
220-
# out_tzoffset_vals.add(out_tzoffset * 60.)
221220
tz = timezone(timedelta(minutes=out_tzoffset))
222221
result_timezone[i] = tz
223-
# value = tz_localize_to_utc_single(value, tz)
224222
out_local = 0
225223
out_tzoffset = 0
226224
iresult[i] = value

0 commit comments

Comments
 (0)