Esempio n. 1
0
	UInt32 operator-(const Timestamp &t1, const Timestamp &t2){
		return t1.unixTime() - t2.unixTime();
	}