Example #1
0
 def test_epoch_to_utc(self):
     project_names = PROJECT_NAMES
     changes = Changes(BRANCH, DISTRO_PATH, LIMIT, QLIMIT, project_names,
                       REMOTE_URL)
     print("utc: %s" % changes.epoch_to_utc(1483974872))
Example #2
0
 def test_epoch_to_utc(self):
     project_names = PROJECT_NAMES
     changes = Changes(BRANCH, DISTRO_PATH, LIMIT, QLIMIT, project_names, REMOTE_URL)
     print("utc: %s" % changes.epoch_to_utc(1483974872))