How can i insert timestamp with timezone in postgresql with prepared statement?

后端 未结 2 1425
北荒
北荒 2021-02-18 23:48

I am trying to insert to a timestamp with timezone field of my DB a string which includes date, time and timezone using prepared statement.

The problem is that Timestamp

2条回答
  •  佛祖请我去吃肉
    2021-02-19 00:28

    I believe that you could use one more field in your database, which would include the time zone. And calculate the time manually after you get these two fields

提交回复
热议问题