We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e877d commit 5fb3666Copy full SHA for 5fb3666
arctic/date/_mktz.py
@@ -33,7 +33,7 @@ def mktz(zone=None):
33
"""
34
if zone is None:
35
zone = tzlocal.get_localzone().zone
36
- zone = six.u(zone, 'ascii')
+ zone = six.u(zone)
37
tz = dateutil.tz.gettz(zone)
38
if not tz:
39
raise TimezoneError('Timezone "%s" can not be read' % (zone))
0 commit comments