[pgadmin-org/pgadmin4] 5f3965: 1) Replace utcnow() function with datetime.now(tim...

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 5f3965: 1) Replace utcnow() function with datetime.now(tim...
Date: 2023-11-03 11:25:50
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/606208-5f3965@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 5f3965ff0a67c4cba38c72d0e9aa49960bb7bb8a
https://github.com/pgadmin-org/pgadmin4/commit/5f3965ff0a67c4cba38c72d0e9aa49960bb7bb8a
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-11-03 (Fri, 03 Nov 2023)

Changed paths:
M web/pgadmin/misc/bgprocess/process_executor.py
M web/pgadmin/misc/bgprocess/processes.py
M web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx
M web/pgadmin/utils/passexec.py

Log Message:
-----------
1) Replace utcnow() function with datetime.now(timezone.utc) as it is deprecated from Python v3.12.
2) Correct the URL to log an issue in pgAdmin in the ERD tool script.

Browse pgadmin-hackers by date

  From Date Subject
Next Message dependabot[bot] 2023-11-03 11:29:30 [pgadmin-org/pgadmin4] bf2a15: Javascript dependency: bump html-react-parser in /web
Previous Message dependabot[bot] 2023-11-03 10:59:59 [pgadmin-org/pgadmin4]