
    	Ii7                     B    d dl m Z mZmZmZ de fdZdefdZdefdZdS )    )datetime	timedeltatimezonedatereturnc                  d    t          t          d                    } t          j        |           S )z<Returns the current datetime in UTC+8 (China Standard Time).   )hours)r   r   r   now)tzs    0/root/projects/butler/health/utils/time_utils.pyget_cst_nowr      s*    	)!$$$	%	%B<    c                  B    t                                                      S )z4Returns today's date in UTC+8 (China Standard Time).)r   r    r   r   get_cst_todayr   
   s    ==r   c                  D    t                                          d          S )zh
    Returns the current time in UTC+8 (China Standard Time).
    Format: YYYY-MM-DD HH:MM:SS (CST)
    z%Y-%m-%d %H:%M:%S (CST))r   strftimer   r   r   get_current_time_strr      s    
 ==!!";<<<r   N)r   r   r   r   r   r   strr   r   r   r   <module>r      s    8 8 8 8 8 8 8 8 8 8 8 8X     t        
=c = = = = = =r   