Show More
@@ -50,10 +50,6 b' from rhodecode.lib.helpers import flash,' | |||||
50 | from rhodecode.lib.utils2 import safe_unicode, safe_str |
|
50 | from rhodecode.lib.utils2 import safe_unicode, safe_str | |
51 | from rhodecode.tests.utils import get_session_from_response |
|
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 | log = logging.getLogger(__name__) |
|
54 | log = logging.getLogger(__name__) | |
59 |
|
55 |
General Comments 0
You need to be logged in to leave comments.
Login now