We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f65af43 + ba27a2c commit 9136680Copy full SHA for 9136680
overhave/utils/time.py
@@ -5,4 +5,4 @@
5
6
7
def get_current_time() -> datetime.datetime:
8
- return datetime.datetime.utcnow().replace(tzinfo=pytz.UTC)
+ return datetime.datetime.now(pytz.UTC)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "overhave"
3
-version = "5.2"
+version = "5.2.1"
4
description = "Overhave - web-framework for BDD"
readme = "README.rst"
authors = [
0 commit comments