We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cee3a8 commit 78a3105Copy full SHA for 78a3105
1 file changed
uffd/__init__.py
@@ -98,7 +98,7 @@ def push_request_context(): #pylint: disable=unused-variable
98
class PatchedBabel(Babel):
99
@property
100
def default_timezone(self):
101
- if get_babel().default_timezone == 'LOCALTZ':
+ if get_babel().default_timezone == 'LOCALTZ':
102
return LOCALTZ
103
return super().default_timezone
104
0 commit comments