Server : LiteSpeed System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u615232177 ( 615232177) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cloudlinux/venv/lib/python3.11/site-packages/msgpack/ |
# coding: utf-8 #cython: embedsignature=True, c_string_encoding=ascii, language_level=3 from cpython.datetime cimport import_datetime, datetime_new import_datetime() import datetime cdef object utc = datetime.timezone.utc cdef object epoch = datetime_new(1970, 1, 1, 0, 0, 0, 0, tz=utc) include "_packer.pyx" include "_unpacker.pyx"