Parsing timestamps with two-digit offsets

The date filter seems to be able to handle TZ names, or offsets formatted as -0600 or -06:00. Mine are 2020-01-24 15:11:30-06. I can't find anything in the date filter documentation on how to handle just a two-digit offset.

I would use mutate+gsub to append :00 to the field.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.