stefanitsky/yandex_market_language

Error validate date

Opened this issue · 0 comments

  • Yandex Market Language (YML) for Python version: 0.6.2
  • Python version: 3.8
  • Operating System: Windows 10 develop and Ubuntu 18.1 server

Description

When parsing the price list, I get an exception. The price list is generated by the official Yandex module for Bitrix. As you can see, the timezone is used in the price list.

What I Did

Run command

feed = parse(file_path) 

I get an exception

yandex_market_language.exceptions.ValidationError: time data '2021-08-05T02:13:01+00:00' does not match format '%Y-%m-%d %H:%M'

001
002