
i4Vdc           @   s   d  Z  d   Z d S(   s8   Version of str(timedelta) which is not English specific.c         C   s   |  j  } |  j } |  j } | d } | d } | d } | d } d j | | |  } | rt d j |  | } n  | r | d j |  7} n  | S(   Ni<   s   {:02d}:{:02d}:{:02d}s   {} s   .{:06d}(   t   dayst   secondst   microsecondst   format(   t   durationR    R   R   t   minutest   hourst   string(    (    sc   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/utils/duration.pyt   duration_string   s    			



N(   t   __doc__R   (    (    (    sc   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/utils/duration.pyt   <module>   s   