View | Details | Raw Unified | Return to bug 47876
Collapse All | Expand All

(-)a/services/univention-s4-connector/modules/univention/s4connector/s4/dc.py (+2 lines)
 Lines 75-80   def _s2nano(seconds): Link Here 
75
75
76
76
77
def _nano2s(nanoseconds):
77
def _nano2s(nanoseconds):
78
	if nanoseconds == 0x8000000000000000L:
79
		return 0
78
	return nanoseconds / 10000000
80
	return nanoseconds / 10000000
79
81
80
82

Return to bug 47876