Re: Getting wrong datetime in database using insert into table query.

2024-04-02 Thread Adrian Klaver
On 4/2/24 01:58, Saksham Joshi wrote: OS: Windows 10 Psycopg version: 2.9.9 Python version: 3.11.6 PostgreSQL version: 11 pip version : 24.0 1: what you did We are using 'psycopg2-binary' library to connect to my postgresql hosted on Azure.We have created a table named 'apilog' to store our api

Re: Getting wrong datetime in database using insert into table query.

2024-04-02 Thread Sándor Daku
On Tue, 2 Apr 2024 at 10:59, Saksham Joshi wrote: > OS: Windows 10 > Psycopg version: 2.9.9 > Python version: 3.11.6 > PostgreSQL version: 11 > pip version : 24.0 > 1: what you did > We are using 'psycopg2-binary' library to connect to my postgresql hosted > on Azure.We have created a table named

Getting wrong datetime in database using insert into table query.

2024-04-02 Thread Saksham Joshi
OS: Windows 10 Psycopg version: 2.9.9 Python version: 3.11.6 PostgreSQL version: 11 pip version : 24.0 1: what you did We are using 'psycopg2-binary' library to connect to my postgresql hosted on Azure.We have created a table named 'apilog' to store our api logs using 'Insert Into table' query.We h