
DateTime::Format::Pg->parse_timestamptz( '2021-10-12 09:04:07 EST' )
ERROR: Invalid date format: 2021-10-12 09:04:07 EST at
Hi. As you can see on the picture above the datetime is parsed by postgresql server successfully, but parsing via module does not work
Hi. As you can see on the picture above the datetime is parsed by postgresql server successfully, but parsing via module does not work