1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

try tzset()

This commit is contained in:
Kelly Brazil
2021-03-22 21:53:50 -07:00
parent 6901e4a23a
commit cda1ebd271
2 changed files with 4 additions and 0 deletions

View File

@ -1,9 +1,11 @@
import os
import json
import time
import unittest
import jc.parsers.date
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
time.tzset()
class MyTests(unittest.TestCase):

View File

@ -1,9 +1,11 @@
import os
import json
import time
import unittest
import jc.parsers.last
THIS_DIR = os.path.dirname(os.path.abspath(__file__))
time.tzset()
class MyTests(unittest.TestCase):