Date parsing bug

I am fetching regulary data via API.

The workflow however fails randomly and the error message is always the same “failed to parse time string”.

“DateTime::__construct(): Failed to parse time string (Set 3, 2019 2:50 am) at position 4 (3): Unexpected character”"

It looks that Bubble generates fail the date as there should be “Sep 3, 2019 2:50 am” instead of “Set 3, 2019 2:50 am”. I looked for a log and sometimes the parameter is like “Failed to parse time string (Wrze 3, 2019 7:52 am)” and sometimes “Failed to parse time string (syys 2, 2019 10:18 am)”

Looks like it’s changing language randomly? I guess this is the bubble side problem but what could cause the problem?

Best regards,
Jaakko

This topic was automatically closed after 14 days. New replies are no longer allowed.