o
    _~#g                     @   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   maybe_get_tzr   r   timetz)selftz_naive_fixturer   stamp	_datetimeresultexpected r   /var/www/static.ux5.de/https/Moving-Object-Detection-with-OpenCV/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   pandas._libs.tslibsr   pandasr   r   r   r   r   r   <module>   s
    