Server IP : 192.158.238.246 / Your IP : 18.222.226.15 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python37/lib/python3.7/site-packages/paste/util/__pycache__/ |
Upload File : |
B b�Nn � @ s� d Z ddlZddgZdZed Zed Zed Zed Zed Zed Z e eeeeeed�Z e �� Ze� dd � � ddd�Ze�d�Zdd� Zdd� Zedkr�ddlZe�� dS )a DateInterval.py Convert interval strings (in the form of 1w2d, etc) to seconds, and back again. Is not exactly about months or years (leap years in particular). Accepts (y)ear, (b)month, (w)eek, (d)ay, (h)our, (m)inute, (s)econd. Exports only timeEncode and timeDecode functions. � N�interval_decode�interval_encode� �<