o
    Ni                     @  s"   d dl mZ d dlZd	ddZdS )
    )annotationsN	timestampintreturnstrc                C  s2   t | d\}}t|}td|d|d   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_tuple r   K/home/ubuntu/.local/lib/python3.10/site-packages/sphinx/util/_timestamps.py_format_rfc3339_microseconds   s   
r   )r   r   r   r   )
__future__r   r	   r   r   r   r   r   <module>   s    