ソースを参照

Actualizar 'ondemand/service.py'

Hugo 5 年 前
コミット
1c890a42dd
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      ondemand/service.py

+ 1 - 1
ondemand/service.py

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