PostgreSQL的ISO 8601格式日期



我有一个包含ISO 8601格式的日期时间值(例如:2013-05-21T15:00:00+0200)和时区(例如:Europe/Rome)的字符串。

什么是最好的Postgres数据类型来表示这个日期格式?

输入"timestamp with time zone"是你想要的。

http://www.postgresql.org/docs/current/static/datatype-datetime.html

相关内容

  • 没有找到相关文章

最新更新