googleapis / googleapis/google-cloud-python

`utcnow()` Deprecation Warning

オープン
#15,840 コメント 1 件 リアクション 1 件 担当者 1 名 @bw-yuhogg が担当を希望しています GitHub で見る
api: datastore
主要言語
Python
スター
5.4k
フォーク
1.8k
平均マージ
3日 4時間
マージ済み PR(30日)
122

説明

`_now` staticmethod, used by `auto_now_add`, is using `datetime.datetime.utcnow()`, which is deprecated.

#### Environment details

1. API: python-ndb
2. 2020 MacOSX; Sonama 14.5
3. Python 3.12.4
4. google-cloud-ndb version: 2.16.0

#### Steps to reproduce

1. Add `auto_now_add` to a `DateTimeProperty` model.

#### Code example

```python
time_stamp_field = ndb.DateTimeProperty(tzinfo=datetime.timezone.utc, auto_now_add=True)
```

#### Stack trace
```
DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。