python-openstackclient/openstackclient
Takashi Natsume fb1f841d2d Replace deprecated datetime.utcnow()
The datetime.utcnow() is deprecated in Python 3.12.
Replace datetime.utcnow() with
datetime.now(datetime.timezone.utc).replace(tzinfo=None).

Change-Id: Ic20174a9c6cacac05471fa57b105c1f784a73057
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
2024-11-13 15:48:59 +00:00
..
api pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
common common: Use correct argument for volume limits 2024-11-05 17:07:49 +00:00
compute Replace deprecated datetime.utcnow() 2024-11-13 15:48:59 +00:00
identity Fix ignored --user-domain in role assignment list 2024-10-29 21:20:07 +09:00
image pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Merge "Add "trusted" attribute to the "port"" 2024-11-08 17:32:37 +00:00
object trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
releasenotes/notes Show Created At column for volume backups 2024-05-19 22:17:06 +02:00
tests Replace deprecated datetime.utcnow() 2024-11-13 15:48:59 +00:00
volume pre-commit: Migrate bandit to ruff 2024-09-12 18:08:23 +01:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00