Closed GLEF1X closed 2 years ago
If you start polling in timezone that not match Europe/Moscow UTC offset it will work incorrect because get_updates_from field will call datetime.now() and it means that current time would be bound to your current timezone
Europe/Moscow
get_updates_from
datetime.now()
If you start polling in timezone that not match
Europe/Moscow
UTC offset it will work incorrect becauseget_updates_from
field will calldatetime.now()
and it means that current time would be bound to your current timezone