All arguments are optional and default to 0. Arguments may be integers or floats, and may be positive or negative.date(year, month, day) --> date objectAbstract base class for time zone info objects.Fixed offset from UTC implementation of tzinfo.time([hour[, minute[, second[, microsecond[, tzinfo]]]]]) --> a time object
All arguments are optional. tzinfo may be None, or an instance of a tzinfo subclass. The remaining arguments may be ints. datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]])
The year, month and day arguments are required. tzinfo may be None, or an instance of a tzinfo subclass. The remaining arguments may be ints. ;Zx����0NO!O!|O:combineiiiiiiiO (s)dstutcoffsettznameyear %i is out of rangemonth must be in 1..12day is out of range for monthON(O)(OO)%s.utc%s(%R)%s(%R, %R)%04d-%02d-%02d%s(%d, %d, %d)%d day%s, %d:%02d:%02d.%06d%d day%s, %d:%02d:%02d%s %s %2d %02d:%02d:%02d %04d%s(%d, %d)%s(%d)(ON)(ONN)bad tzinfo state arg(N)U:__format__UU:strptimeOOO_strptime%U, fold=%d)%U, tzinfo=%R)%s(%d, %d, %d, %d, %d, %d)%s(%d, %d, %d, %d, %d)%s(%d, %d, %d, %d)surrogateescapehour must be in 0..23minute must be in 0..59second must be in 0..59fold must be either 0 or 1i:fromordinalordinal must be >= 1%c%02d%s%02d%c%02d%s%02d%s%02d%02d:%02d:%02d%02d:%02d:%02d.%03d|s:isoformatauto%02d:%02d:%02d.%06dhoursminutesmillisecondsmicrosecondsUnknown timespec value:|Cs:isoformat|iii:replace|iiiiO$i:replace|OOOOOOO:__new__daysweeksi:__reduce_ex__%%ssU:strftimeiiiiiiiiiO!|O!:timezoneiii|iiiiO$idate value out of range((iiiiiiiii))O:utcfromtimestamp|iiiiiiiO$i:replaceO|O:fromtimestampUTCUTC%c%02d:%02d|O:astimezonecan't compare %s to %sresolutionminmaxMINYEARMAXYEARdatetime.datetime_CAPINumber of days.total_seconds__reduce____reduce__() -> (cls, state)yeartodayctimeReturn ctime() style string.Formats self with strftime.isocalendarisoweekdaytoordinalfromutcReturn fixed offset.Return None.__getinitargs__pickle supporthourminutemicrosecondfoldReturn self.tzinfo.dst(self).utcnowtimetzutctimetuple|O:nowdatetime.tzinfoas_integer_ratiotimespec%04d-%02d-%02d%c%02d%04d-%02d-%02d%c%02d:%02dsepdatetime.datetimestruct_time_strptime_datetime__getstate__MonTueWedThuFriSatSunJanFebMarAprMayJunJulAugSepOctNovDecdatetime.timedeltadatetime.timezonedatetime.timedatetime.datea tzinfo subclass must implement %s()days=%d; must have magnitude <= %d%s(dt) argument must be a datetime instance or None, not %.200stzinfo argument must be None or of a tzinfo subclass, not type '%s'offset must be a timedelta representing a whole number of secondsoffset must be a timedelta strictly between -timedelta(hours=24) and timedelta(hours=24).tzinfo.%s() must return None or timedelta, not '%.200s'%s(%d, %d, %d, %d, %d, %d, %d)unsupported type for timedelta %s component: %soffset must be a timedelta representing a whole number of minutes, not %R.offset must be a timedelta strictly between -timedelta(hours=24) and timedelta(hours=24), not %R.microsecond must be in 0..999999%04d-%02d-%02d%c%02d:%02d:%02d%04d-%02d-%02d%c%02d:%02d:%02d.%06d%04d-%02d-%02d%c%02d:%02d:%02d.%03dFailed to encode latin1 string when unpickling a date object. pickle.load(data, encoding='latin1') is assumed.Failed to encode latin1 string when unpickling a time object. pickle.load(data, encoding='latin1') is assumed.divmod() returned non-tuple (type %.200s)divmod() returned a tuple of size %zddivmod() returned a value out of rangeunexpected return type from as_integer_ratio(): expected tuple, got '%.200s'as_integer_ratio() must return a 2-tuplestrftime format ends with raw %tzinfo.tzname() must return None or a string, not '%s'tzname.replace() did not return a stringFailed to encode latin1 string when unpickling a datetime object. pickle.load(data, encoding='latin1') is assumed.fromutc: argument must be a datetimefromutc: dt.tzinfo is not selfcan't compare offset-naive and offset-aware timesfromutc: non-None utcoffset() result requiredfromutc: non-None dst() result requiredfromutc: tz.dst() gave inconsistent results; cannot convertcan't subtract offset-naive and offset-aware datetimesutcoffset() returned %.200s, expected timedelta or Nonecan't compare offset-naive and offset-aware datetimesNumber of seconds (>= 0 and less than 1 day).Number of microseconds (>= 0 and less than 1 second).Total seconds in the duration.timestamp -> local date from a POSIX timestamp (like time.time()).int -> date corresponding to a proleptic Gregorian ordinal.Current date or datetime: same as self.__class__.fromtimestamp(time.time()).format -> strftime() style string.Return time tuple, compatible with time.localtime().Return a 3-tuple containing ISO year, week number, and weekday.Return string in ISO 8601 format, YYYY-MM-DD.Return the day of the week represented by the date. Monday == 1 ... Sunday == 7Return proleptic Gregorian ordinal. January 1 of year 1 is day 1.Return the day of the week represented by the date. Monday == 0 ... Sunday == 6Return date with new specified fields.datetime -> string name of time zone.datetime -> timedelta showing offset from UTC, negative values indicating West of UTCdatetime -> DST offset in minutes east of UTC.datetime in UTC -> datetime in local time.If name is specified when timezone is created, returns the name. Otherwise returns offset as 'UTC(+|-)HH:MM'.Return string in ISO 8601 format, [HH[:MM[:SS[.mmm[uuu]]]]][+HH:MM].
timespec specifies what components of the time to include. Return self.tzinfo.utcoffset(self).Return self.tzinfo.tzname(self).Return time with new specified fields.__reduce_ex__(proto) -> (cls, state)Return a new datetime representing UTC day and time.timestamp[, tz] -> tz's local time from POSIX timestamp.Construct a naive UTC datetime from a POSIX timestamp.string, format -> new datetime parsed from a string (like time.strptime()).date, time -> datetime with same date and time fieldsReturn date object with same year, month and day.Return time object with same time but with tzinfo=None.Return time object with same time and tzinfo.Return POSIX timestamp as float.Return UTC time tuple, compatible with time.localtime().[sep] -> string in ISO 8601 format, YYYY-MM-DDT[HH[:MM[:SS[.mmm[uuu]]]]][+HH:MM]. sep is used to separate the year from the time, and defaults to 'T'. timespec specifies what components of the time to include (allowed values are 'auto', 'hours', 'minutes', 'seconds', 'milliseconds', and 'microseconds'). Return datetime with new specified fields.tz -> convert to local time in new timezone tz Fast implementation of the datetime type.��?��.A�t��A`�4Bt�aB�������;������� @�K��W�� ^�<���� \�� ��l�������(��h����� ��|� �(��|�<�������t���*��������h�����l�������4J������P(�������tN����������`������������P����/���,6����]��������L��������<8��� i���T ����� ����!����!d���"�����# ��L$���$�� %���&����&���<'����'?��((���(����(����)����)���*t���*���8+� ���+7 ��H,� ���,��-����-� ��8p���������������(P��D���X���t������� ���0���@���P�� `�� p��( ���< ���T ���h ��| ��� P��$ p��8 ���� ���� ���P��l0���@��d���x����@��X ���� ��� ��� P��� ������$��������0���p��|�������p ��4� ��0P!��h#����%��P�%���P'���*���0+���@-��,.��\00����2��(@5����6����7��(@9��| :���0;����>���@A��h�A����C��0E��l�H����M���Q��0PR���pS�� V��d`����`��@pa��l�b���0d���e��`�g���Pi����j��Pq��$ s��h u��� @v��$!�}���!��� " ���d"�����"����#@����#����`$0����$Ў��4% ���&���&p���P'�����'P���<( ���x(��(����)Э��0)���D)�����)0���*��*0���+���L+�����+���\,���,��� ���P��� ��L ��` P��x ���� ���� ���� ���P���������<0��P@���P������<P��P����0����������H0������t���0-zRx�$����FJw�?:*3$"DX��,\���~��c ChC�U�b HzRx�� �� �����K�W DX D�L��n�s������UE�G8���L���Np�U�h ��,| ��Np�U��T �� �P ��"�l �� �h �� �d �� �` �� ,��"$H �� 8D �� L@ �� `< ��UHax� �� �� �� �| �� �����E�Q`� AAzRx�`� �<4 ��.E�[8_@HHHPU0H8e@IHEPP0k AAH$ �� \0 ��p�������(Eb����(Eb����(Eb,�� ��F�D�C �B ABN����,� ��I�A�A �` ABAzRx� ���$�!th��5E�f����.�H��L����%����.�l���R c���@L����B�E�B �E(�D0�A8�A@nHNPo8A0A(B BBB`���t�������I$���[E�A�G KAA���� H�4��MF�I�A �D(�D0� (F HBBFv(D HDBzRx�0����4$���H (C ABBAP (H CBBE(|���nE�A�D g AAA�$ ��U]�R Ad,�d ��B�A�H �e ABA���.0��0 L��-4h��7(H����A�D�G0D AAAzRx�0�� ��(��2I�h8��A�8��2I�hh��AH��=E�n( L��|E�M�D0x FHE�m� (`���E�M�D0{ JAEM� �����E�Q Z AO �h���E�Q0i AAzRx�0� ��( ����F�K�A �mAB��X 4��'E�a(t ���iB�A�A �aABdw�(� (��nI�A�A �_AB�>�<� X���E�IA C(I0IY AJK FAJ E� ��AK FA4T h���E�A�G \ AAAi AAE<� ����B�E�B �A(�A0�� (D BBBA zRx�0�����(T�T8��|B�B�A �D(�G`o (A ABBAzRx�`����$8�z$t(��AE�A�A wAAzRx� �� Z�(� ��yA�A�Dp AAAzRx�p�� ��H(D��_F�E�B �B(�D0�A8�DPJ 8A0A(B BBBD zRx�P������(E�: �k�EDB D(E0I(����tE�D�D h AAI �P�� E�Q " AGzRx� � ���,P ���E�A�r AW\ AS\� ���B�B�B �K(�J0�D@�HMPQHA@D 0D(A BBBE�HOPLXA`L@ zRx�@�����(B��k04��oF�H�J �D�� AABLHLp���F�H�A �P���P�P�G�X�j AABKzRx�����$���0����YB�A�A �D`� AABL4� ��E�D�G0� AAKV AAH����<L�!���B�B�E �H(�G0�g (A BBBA�I��6��"���E�y r8�|#��F�D�C �c ABMX ABE���X<$���F�B�E �A(�A0�J`_hWpRhA`� 0A(A BBBAAhWpRhA` zRx�`�����(����4�h����E�J�DHFPPHA@f AAAzRx�@�� ���H�&��bF�B�B �B(�A0�A8�DP� 8A0A(B BBBC����zl����SEyB IA��(��LHu NX�)��F�B�D �A(�JpixN�G�G�SpLxB�`xApX (A ABBDzRx�p����$B���88�*��qE�A�MPmXH`MhMpSP� AACt���HB LH��+��FB�B�B �B(�D0�A8�D@e 8D0A(B BBBM zRx�@������(D���\�.��cF�K�B �A(�A0�D�^�H�M�M�F�V�7 0A(A BBBA zRx�������(K���,������F�D�D �� ABA����L�3��F�B�H �D(�G0� (D ABBA