---
title: "Additional Configurations for DataSync Agent sharing to PostgreSQL"
canonical: "https://docs.perspectium.com/space/Iodine/1704681/Additional%20Configurations%20for%20DataSync%20Agent%20sharing%20to%20PostgreSQL"
format: markdown
---
For optional configurations for how the DataSync Agent interacts with your PostgreSQL database. Contact  Perspectium Support  if you have any questions.  First, you will need to  install a DataSync Agent  configured to  Set up DataSync Agent to share to PostgreSQL .  You will also need to  create a ServiceNow dynamic share  with an  update  trigger or  create a ServiceNow bulk share .   Finally, make sure to  stop running your DataSync Agent  before making any Agent configuration changes. Using the timestamp with time zone data type when the Agent is on a server with non-UTC time By default, the DataSync Agent will set datetime fields with the  timestamp  data type which will not have a time zone. The PostgreSQL JDBC driver as used by the Agent does not support a time zone parameter so any datetime values are passed in based on the time zone of the server where the Agent is running. If you are running the Agent on a server with a non-UTC time zone and want to ensure records are saved properly so you can query the PostgreSQL database in different time zones, do the following: