Why does datetime.datetime.utcnow() not contain timezone information?

datetime.datetime.utcnow()

Why does this datetime not have any timezone info given that it is explicitly a UTC datetime?

I would expect that this would contain tzinfo.

← Назад к списку