
    -Ph                    "    d dl mZ d dlZddZdS )	    )annotationsN	timestampintreturnstrc                   t          | d          \  }}t          j        |          }t          j        d|          d|dz   z   S )zReturn an RFC 3339 formatted string representing the given timestamp.

    :param timestamp: The timestamp to format, in microseconds.
    i@B z%Y-%m-%d %H:%M:%S.i  )divmodtimegmtimestrftime)r   secondsfraction
time_tuples       W/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/sphinx/util/_timestamps.py_format_rfc3339_microsecondsr      sM    
 y%00GXW%%J=,j99<SE@Q<S<SSS    )r   r   r   r   )
__future__r   r   r    r   r   <module>r      sD    " " " " " " T T T T T Tr   