25
Resolved issue with Rails tests giving me "ActiveRecord::StatementInvalid: PGError: ERROR: invalid input syntax for type timestamp". I unset
LC_ALL
(which was set to pl_PL.UTF-8
) and defined only (LC_TIME=C
). I learned the theory from environment variables tutorial.