| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.10/test/__pycache__/ |
Upload File : |
o
�9j, � @ s� d Z ddlZddlZddlZddlmZ ddlZddlZdd� Zdd� Z G dd � d ej
�ZG d
d� dej
�Ze
dkr@e�� dS dS )
z
Unittest for time.strftime
� N)�supportc C s, | d dkr| d d� d | dd � } | S )N� � �0� � )�sr r �)/usr/lib/python3.10/test/test_strftime.py�
fixasctime s r
c C sD t �| �}|�t �|�|�}|�dd�}|�dd�}|�dd�}|S )z�
Escape text to deal with possible locale values that have regex
syntax while allowing regex syntax used for comparison.
z\%�%z\:�:z\?�?)�re�escape�replace)�text�ampm�new_textr r r � escapestr s
r c @ s4 e Zd Zdd� Zdd� Zdd� Zdd� Zd d
� ZdS )�StrftimeTestc
C s� t �|�| _t �|�}|d dk rd| _nd| _t �t �|d ddddddddf ��| _z|d r8t jd | _nt jd | _W n t yK d| _Y nw |d dkrZ|d d | _
n|d dkrf|d | _
nd| _
|| _d S ) N� � z(AM|am)z(PM|pm)r � r � )�time�gmtime�gmt� localtimer �mktime�jan1�tzname�tz�AttributeError�clock12�now)�selfr$ r r r �_update_variables"