##// END OF EJS Templates
core: remove global timezone hook....
marcink -
r1347:4785c1ee default
parent child Browse files
Show More
@@ -50,10 +50,6 b' from rhodecode.lib.helpers import flash,'
50 50 from rhodecode.lib.utils2 import safe_unicode, safe_str
51 51 from rhodecode.tests.utils import get_session_from_response
52 52
53 # TODO: johbo: Solve time zone related issues and remove this tweak
54 os.environ['TZ'] = 'UTC'
55 if not is_windows:
56 time.tzset()
57 53
58 54 log = logging.getLogger(__name__)
59 55
General Comments 0
You need to be logged in to leave comments. Login now