Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
django
/
db
/
backends
/
oracle
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: functions.cpython-310.pyc
o ʎ�_ � @ s8 d dl mZmZmZ G dd� de�ZG dd� de�ZdS )� )�DecimalField� DurationField�Funcc �* e Zd ZdZdZdd�� fdd� Z� ZS )�IntervalToSeconds� z� EXTRACT(day from %(expressions)s) * 86400 + EXTRACT(hour from %(expressions)s) * 3600 + EXTRACT(minute from %(expressions)s) * 60 + EXTRACT(second from %(expressions)s) N��output_fieldc �"