|
@@ -190,7 +190,7 @@ def process_segment(item, audios=None, calibration=None):
|
|
calibration = calibrations.get(station)
|
|
calibration = calibrations.get(station)
|
|
|
|
|
|
tolerance = calibration['tolerance']
|
|
tolerance = calibration['tolerance']
|
|
- date = dateutil.parser.parse(item['fecha'])
|
|
|
|
|
|
+ date = dateutil.parser.parse(item['fecha'], ignoretz=True)
|
|
segment_size = calibration['segmentSize']
|
|
segment_size = calibration['segmentSize']
|
|
audio_length = 0
|
|
audio_length = 0
|
|
|
|
|