Example #1
0
def main(d):
	#print old_clock.main(d), new_clock.main(d)
	# This only works if the first date starts at 00:00:00. I'm feeling lucky ;)
	return old_clock.main(d) - new_clock.main(d)
Example #2
0
def main(d):
	#print old_clock.main(d), new_clock.main(d)
	return old_clock.main(d) - new_clock.main(d)