core: remove global timezone hook.
- this is leaking into main application causing TZ problems - fixes #5174
This commit is contained in:
parent
c340efddae
commit
3c07176dde
1 changed files with 0 additions and 4 deletions
|
|
@ -50,10 +50,6 @@ from rhodecode.lib.helpers import flash, link_to
|
|||
from rhodecode.lib.utils2 import safe_unicode, safe_str
|
||||
from rhodecode.tests.utils import get_session_from_response
|
||||
|
||||
# TODO: johbo: Solve time zone related issues and remove this tweak
|
||||
os.environ['TZ'] = 'UTC'
|
||||
if not is_windows:
|
||||
time.tzset()
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue