K 10 svn:author V 3 pjd K 8 svn:date V 27 2011-03-06T17:43:32.983686Z K 7 svn:log V 331 Fix various issues in how %#T is handled: - If precision is 0, don't print period followed by no digits. - If precision is 0 stop printing units as soon as possible (eg. if we have three years and five days and precision is 0 print only 3y5d). - If precision is not 0, print all units (eg. 3y0d0h0m0s.00). MFC after: 2 weeks END