0
単純な文字列から日付への変換を実行しようとしています。しかし、PSQLは、その文字列にタイムゾーンがあるときに苦情を言います。彼らの文書には、しかし、それは文句を言う。私はタイムゾーンを気にしない、私はちょうど文字列を変換したい。PSQL文字列をタイムスタンプに変換できません
db=> select to_timestamp('Mon Feb 23 13:43:07 PST 2015', 'Dy Mon DD HH24:MI:SS TZ YYYY')::timestamp without time zone;
ERROR: "TZ"/"tz" format patterns are not supported in to_date
Postgresのバージョン:9.3.10
http://www.postgresql.org/docs/9.3/static/functions-formatting.html