o
    թZh                     @   s:   d Z ddlmZ ddlmZ ddlmZ G dd dZdS )z.
Tests for Timestamp timezone-related methods
    )datetime)	timezones)	Timestampc                   @   s   e Zd Zdd ZdS )TestTimestampTZOperationsc              	   C   sL   t |}td|d}tdddddd|d	}| }| }||ks$J d S )
Nz2018-06-04 10:20:30)tzi        
         )hourminutesecondtzinfo)r   Zmaybe_get_tzr   r   timetz)selfZtz_naive_fixturer   Zstamp	_datetimeresultexpected r   c/var/www/html/lang_env/lib/python3.10/site-packages/pandas/tests/scalar/timestamp/test_timezones.py1test_timestamp_timetz_equivalent_with_datetime_tz   s   
zKTestTimestampTZOperations.test_timestamp_timetz_equivalent_with_datetime_tzN)__name__
__module____qualname__r   r   r   r   r   r      s    r   N)__doc__r   Zpandas._libs.tslibsr   Zpandasr   r   r   r   r   r   <module>   s
    