Home | History | Annotate | Download | only in lib-dynload
__gmon_start__ _init _fini __cxa_finalize _Jv_RegisterClasses _Py_NoneStruct PyInt_FromLong PyTuple_New PyObject_GetAttrString PyObject_CallObject _Py_BuildValue_SizeT PyErr_Clear _PyObject_GetDictPtr PyDict_Size PyExc_NotImplementedError PyErr_Format _PyObject_CallMethod_SizeT PyType_IsSubtype PyExc_ValueError PyExc_TypeError PyString_FromStringAndSize PyTuple_Pack PyImport_ImportModuleNoBlock PyOS_snprintf PyString_FromString PyExc_SystemError PyErr_SetString PyNumber_Multiply PyNumber_Add PyLong_FromLong PyNumber_TrueDivide _PyArg_ParseTupleAndKeywords_SizeT _PyObject_CallFunction_SizeT _PyArg_ParseTuple_SizeT PySequence_Check PySequence_Size PySequence_GetItem PyInt_AsLong _PyTime_DoubleToTimet localtime PyErr_Occurred PyObject_Str PyObject_Unicode PyObject_Malloc PyErr_NoMemory PyObject_Hash PyString_Size PyString_AsString PyString_ConcatAndDel PyObject_Repr PyFloat_Type PyFloat_AsDouble modf PyLong_FromDouble PyLong_AsDouble PyString_FromFormat PyExc_OverflowError _Py_NotImplementedStruct PyNumber_Divmod PyTuple_GetItem PyLong_AsLong PyNumber_FloorDivide floor ceil gettimeofday gmtime _Py_ZeroStruct _Py_TrueStruct memcmp PyObject_HasAttrString PyErr_ExceptionMatches _PyString_Resize sprintf memcpy initdatetime Py_InitModule4 PyType_Ready PyDict_SetItemString PyModule_AddIntConstant PyModule_AddObject PyCapsule_New PyObject_GenericGetAttr PyType_GenericNew PyObject_CallMethod PyArg_Parse PyDict_GetItemString PyArg_ParseTuple strlen strftime free malloc PyArg_UnpackTuple asctime PyEval_SaveThread select __errno_location PyEval_RestoreThread PyExc_IOError PyErr_SetFromErrno fmod clock PyFloat_FromDouble strncpy Py_BuildValue tzset mktime PyStructSequence_New inittime Py_IgnoreEnvironmentFlag PyModule_GetDict getenv PyStructSequence_InitType _PyTime_FloatTime libm.so.6 libc.so.6 _edata __bss_start _end GLIBC_2.1.3 GLIBC_2.0 
__getinitargs__ __getstate__ (ON) (ONN) ON utcoffset tzname () (s) (N) %04d-%02d-%02d %d day%s, %d:%02d:%02d .%06d %s(%d, %d, %d) O!O!:combine iiiiiiiO ss:strptime _strptime ss d:fromtimestamp O:__format__ , tzinfo= %s(%d, %d, %d, %d) %s(%d, %d) %s(%d, %d, %d, %d, %d, %d) %s(%d, %d, %d, %d, %d) year is out of range month must be in 1..12 day is out of range for month |iii:replace i:fromordinal ordinal must be >= 1 %s(%d) %c%02d%s%02d |c:isoformat %02d:%02d:%02d : |OOOOOOO:__new__ microseconds milliseconds minutes hours days weeks can't compare %s to %s d:utcfromtimestamp ((iiiiiiiii)) %s %s %2d %02d:%02d:%02d %04d date value out of range O!:astimezone fromutc bad tzinfo state arg hour must be in 0..23 minute must be in 0..59 second must be in 0..59 |iiiiO:replace d|O:fromtimestamp |O:now iii|iiiiO |iiiiiiiO:replace %% OO s#:strftime iiiiiiiii resolution max MINYEAR MAXYEAR datetime.datetime_CAPI datetime.date datetime.datetime datetime.timedelta datetime.time datetime.tzinfo minute microsecond Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Tue Wed Thu Fri Sat Sun sep today Return ctime() style string. Formats self with strftime. isocalendar isoweekday toordinal __reduce__ __reduce__() -> (cls, state) utcnow timetz utctimetuple Return self.tzinfo.dst(self). total_seconds Number of days. a tzinfo subclass must implement %s() tzinfo.%s() must return a whole number of minutes tzinfo.%s() must return None or timedelta, not '%s' tzinfo.%s() returned %d; must be in -1439 .. 1439 tzinfo.tzname() must return None or a string, not '%s' goofy result from PyOS_snprintf unexpected value from _strptime._strptime timestamp out of range for platform localtime() function __format__ expects str or unicode, not %.200s %s(%d, %d, %d, %d, %d, %d, %d) unsupported type for timedelta %s component: %s days=%d; must have magnitude <= %d timestamp out of range for platform localtime()/gmtime() function can't subtract offset-naive and offset-aware datetimes can't compare offset-naive and offset-aware datetimes astimezone() cannot be applied to a naive datetime fromutc: argument must be a datetime fromutc: dt.tzinfo is not self fromutc: non-None utcoffset() result required fromutc: non-None dst() result required fromutc: tz.dst() gaveinconsistent results; cannot convert tzinfo argument must be None or of a tzinfo subclass, not type '%s' microsecond must be in 0..999999 can't compare offset-naive and offset-aware times year=%ld is before 1900; the datetime strftime() methods require year >= 1900 strftime format ends with raw % tzname.replace() did not return a string Fast implementation of the datetime type. 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 == 7 Return proleptic Gregorian ordinal. January 1 of year 1 is day 1. Return the day of the week represented by the date. Monday == 0 ... Sunday == 6 Return date with new specified fields. [tz] -> new datetime with tz's local day and time. Return a new datetime representing UTC day and time. timestamp[, tz] -> tz's local time from POSIX timestamp. timestamp -> UTC datetime from a POSIX timestamp (like time.time()). string, format -> new datetime parsed from a string (like time.strptime()). date, time -> datetime with same date and time fields Return 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 UTC time tuple, compatible with time.localtime(). [sep] -> string in ISO 8601 format, YYYY-MM-DDTHH:MM:SS[.mmmmmm][+HH:MM]. sep is used to separate the year from the time, and defaults to 'T'. Return self.tzinfo.utcoffset(self). Return self.tzinfo.tzname(self). Return datetime with new specified fields. tz -> convert to local time in new timezone tz Total seconds in the duration. Number of seconds (>= 0 and less than 1 day). Number of microseconds (>= 0 and less than 1 second). Return string in ISO 8601 format, HH:MM:SS[.mmmmmm][+HH:MM]. Return time with new specified fields. datetime -> string name of time zone. datetime -> minutes east of UTC (negative for west of UTC). datetime -> DST offset in minutes east of UTC. datetime in UTC -> datetime in local time. Y Y X X X Y xZ hZ XZ HZ (Z Z v Zv Mv @v 6v v v v u u u v 0 0 u ; Z x 0 N ? $tI VO Q t aB_strptime_time (iiiiiiiii) accept2dyear year >= 1900 required s|O:strftime day of month out of range hour out of range minute out of range seconds out of range day of week out of range day of year out of range asctime invalid time d:sleep altzone daylight (zz) mktime argument out of range unconvertible time |O:localtime |O:gmtime PYTHONY2K clock mktime tzset time.struct_time tm_year year, for example, 1993 tm_mon month of year, range [1, 12] tm_mday day of month, range [1, 31] tm_hour hours, range [0, 23] tm_min minutes, range [0, 59] tm_sec seconds, range [0, 61]) tm_wday tm_yday day of year, range [1, 366] tm_isdst timestamp out of range for platform time_t The time value as returned by gmtime(), localtime(), and strptime(), and accepted by asctime(), mktime() and strftime(). May be considered as a sequence of 9 integers. Note that several fields' values are not the same as those defined by the C language standard for struct tm. For example, the value of the field tm_year is the actual year, not year - 1900. See individual fields' descriptions for details. day of week, range [0, 6], Monday is 0 1 if summer time is in effect, 0 if not, and -1 if unknown > MbP?
` date(year, month, day) --> date object 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 or longs. Difference between two datetime values. 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 or longs. Abstract base class for time zone info objects. = ! I 8 p " # R 0. L # l P8 ` $ `% H @ . U % @I < o & & @c A - PK ' 8 ' `( H O ( + , , Z F _ k f X f s _ k f X = U U = U 0 p F U 8 : t P} D G [ p{ ~ : ; ` v x w $ PS t " 8 - 1 0 0 P J 0h u D B A . @s D Q @r | { [ z X : PW ^ x 7 j e 0 " : - 0 _ `0 k 00 f / X . @] \ b ` 0\ [ g Q ` `@ " 3 - < f l PT : @Y D G i x 7 i e P " @9 - / _ / k `/ f / X - 4 p4 4 04 p ` " P1 : This module provides various functions to manipulate time values. There are two standard representations of time. One is the number of seconds since the Epoch, in UTC (a.k.a. GMT). It may be an integer or a floating point number (to represent fractions of seconds). The Epoch is system-defined; on Unix, it is generally January 1st, 1970. The actual value can be retrieved by calling gmtime(0). The other representation is a tuple of 9 integers giving local time. The tuple items are: year (four digits, e.g. 1998) month (1-12) day (1-31) hours (0-23) minutes (0-59) seconds (0-59) weekday (0-6, Monday is 0) Julian day (day in the year, 1-366) DST (Daylight Savings Time) flag (-1, 0 or 1) If the DST flag is 0, the time is given in the regular time zone; if it is 1, the time is given in the DST time zone; if it is -1, mktime() should guess based on the date and time. Variables: timezone -- difference in seconds between UTC and local standard time altzone -- difference in seconds between UTC and local DST time daylight -- whether local time should reflect DST tzname -- tuple of (standard time zone name, DST time zone name) Functions: time() -- return current time in seconds since the Epoch as a float clock() -- return CPU time since process start as a float sleep() -- delay for a number of seconds given as a float gmtime() -- convert seconds since Epoch to UTC tuple localtime() -- convert seconds since Epoch to local time tuple asctime() -- convert time tuple to string ctime() -- convert time in seconds to string mktime() -- convert local time tuple to seconds since Epoch strftime() -- convert time tuple to string according to format specification strptime() -- parse string to time tuple according to format specification tzset() -- change the local timezone time() -> floating point number Return the current time in seconds since the Epoch. Fractions of a second may be present if the system clock provides them. clock() -> floating point number Return the CPU time or real time since the start of the process or since the first call to clock(). This has as much precision as the system records. sleep(seconds) Delay execution for a given number of seconds. The argument may be a floating point number for subsecond precision. gmtime([seconds]) -> (tm_year, tm_mon, tm_mday, tm_hour, tm_min, tm_sec, tm_wday, tm_yday, tm_isdst) Convert seconds since the Epoch to a time tuple expressing UTC (a.k.a. GMT). When 'seconds' is not passed in, convert the current time instead. localtime([seconds]) -> (tm_year,tm_mon,tm_mday,tm_hour,tm_min, tm_sec,tm_wday,tm_yday,tm_isdst) Convert seconds since the Epoch to a time tuple expressing local time. When 'seconds' is not passed in, convert the current time instead. asctime([tuple]) -> string Convert a time tuple to a string, e.g. 'Sat Jun 06 16:26:11 1998'. When the time tuple is not present, current time as returned by localtime() is used. ctime(seconds) -> string Convert a time in seconds since the Epoch to a string in local time. This is equivalent to asctime(localtime(seconds)). When the time tuple is not present, current time as returned by localtime() is used. mktime(tuple) -> floating point number Convert a time tuple in local time to seconds since the Epoch. strftime(format[, tuple]) -> string Convert a time tuple to a string according to a format specification. See the library reference manual for formatting codes. When the time tuple is not present, current time as returned by localtime() is used. strptime(string, format) -> struct_time Parse a string to a time tuple according to a format specification. See the library reference manual for formatting codes (same as strftime()). tzset() Initialize, or reinitialize, the local timezone to the value stored in os.environ['TZ']. The TZ environment variable should be specified in standard Unix timezone format as documented in the tzset man page (eg. 'US/Eastern', 'Europe/Amsterdam'). Unknown timezones will silently fall back to UTC. If the TZ environment variable is not set, the local timezone is set to the systems best guess of wallclock time. Changing the TZ environment variable without calling tzset *may* change the local timezone used by methods such as localtime, but this behaviour should not be relied on. `0 j 0 1 1 Y `2 L 3 4 `5 p ` `6 6 7 w 8 } ; 1 8 P X X ` | 
GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7) GCC: (GNU) 4.6.x-google 20120106 (prerelease) GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7) 
.symtab .strtab .shstrtab .hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt .init .text .fini .rodata .eh_frame_hdr .eh_frame .ctors .dtors .jcr .data.rel.ro .dynamic .got .got.plt .data .bss .comment .debug_aranges .debug_info .debug_abbrev .debug_line .debug_ranges 
initfini.c crtstuff.c __CTOR_LIST__ __DTOR_LIST__ __JCR_LIST__ __do_global_dtors_aux completed.5467 dtor_idx.5469 frame_dummy __CTOR_END__ __FRAME_END__ __JCR_END__ __do_global_ctors_aux datetimemodule.c ord_to_ymd _days_before_month _days_in_month new_date_ex new_datetime_ex new_time_ex time_tzinfo time_dealloc datetime_tzinfo datetime_dealloc datetime_getdate PyDateTime_DateType time_microsecond py_time_second time_minute time_hour datetime_microsecond datetime_second datetime_minute datetime_hour date_day date_month date_year tzinfo_reduce delta_reduce tzinfo_dst tzinfo_utcoffset tzinfo_tzname call_utc_tzinfo_method PyDateTime_DeltaType call_tzname time_tzname datetime_tzname time_str datetime_str date_str date_reduce time_reduce datetime_reduce date_today date_isoformat delta_str date_repr delta_to_microseconds seconds_per_day us_per_second delta_total_seconds datetime_combine PyDateTime_TimeType keywords.9823 datetime_strptime module.9804 date_fromtimestamp date_format time_alloc datetime_alloc delta_hash date_hash append_keyword_tzinfo time_repr datetime_repr accum delta_nonzero check_date_args date_new date_kws date_replace time_nonzero date_fromordinal delta_repr format_utcoffset.constprop.21 datetime_isoformat keywords.9886 time_isoformat new_delta_ex delta_positive delta_negative delta_subtract delta_add datetime_utcoffset microseconds_to_delta_ex delta_divide multiply_int_timedelta delta_multiply delta_new keywords.9328 us_per_us us_per_ms us_per_minute us_per_hour us_per_day us_per_week delta_abs datetime_utcnow time_dst time_utcoffset datetime_dst classify_utcoffset PyDateTime_DateTimeType datetime_hash classify_two_utcoffsets delta_richcompare date_richcompare datetime_gettimetz datetime_gettime datetime_from_timestamp datetime_utcfromtimestamp date_isoweekday date_weekday date_toordinal build_struct_time datetime_timetuple date_timetuple datetime_ctime MonthNames.9108 DayNames.9107 date_ctime date_isocalendar normalize_y_m_d normalize_datetime add_datetime_timedelta datetime_add datetime_subtract datetime_richcompare datetime_astimezone PyDateTime_TZInfoType keywords.9944 datetime_utctimetuple tzinfo_fromutc add_date_timedelta.isra.2 date_add date_subtract time_new time_kws time_replace datetime_fromtimestamp keywords.9792 datetime_now keywords.9778 time_hash time_richcompare datetime_new datetime_kws datetime_replace wrap_strftime time_strftime keywords.9654 date_strftime keywords.9465 module_methods CAPI date_as_number date_doc date_methods date_getset datetime_as_number datetime_doc datetime_methods datetime_getset delta_as_number delta_doc delta_methods delta_members time_as_number time_doc time_methods time_getset tzinfo_doc tzinfo_methods .L665 .L666 .L667 .L668 .L669 .L670 .L684 .L685 .L686 .L687 .L688 .L689 .L916 .L889 .L890 .L891 .L892 .L915 .L900 .L901 .L902 .L903 .L904 .L905 .L1117 .L1104 .L1105 .L1106 .L1107 .L1108 .L1097 timemodule.c time_strptime gettmarg moddict time_asctime time_sleep time_clock inittimezone time_tzset time_mktime time_time time_ctime time_convert StructTimeType time_localtime time_gmtime module_doc initialized struct_time_type_desc clock_doc sleep_doc gmtime_doc localtime_doc asctime_doc ctime_doc mktime_doc strftime_doc strptime_doc tzset_doc struct_time_type_fields _GLOBAL_OFFSET_TABLE_ __x86.get_pc_thunk.bx __dso_handle __DTOR_END__ __x86.get_pc_thunk.cx _DYNAMIC fmod@@GLIBC_2.0 __errno_location@@GLIBC_2.0 PyModule_AddObject PyDict_SetItemString sprintf@@GLIBC_2.0 _Py_ZeroStruct PyString_AsString PyType_GenericNew PyArg_UnpackTuple memcmp@@GLIBC_2.0 PyObject_CallMethod PyExc_ValueError PyType_Ready ftime@@GLIBC_2.0 PyObject_Unicode PyNumber_Divmod _PyTime_DoubleToTimet PyImport_ImportModuleNoBlock PyExc_SystemError __gmon_start__ _Jv_RegisterClasses localtime@@GLIBC_2.0 _PyArg_ParseTuple_SizeT getenv@@GLIBC_2.0 _fini PyErr_NoMemory strncpy@@GLIBC_2.0 _PyObject_CallFunction_SizeT tzset@@GLIBC_2.0 _PyObject_GetDictPtr _PyTime_FloatTime PyLong_FromDouble _Py_NotImplementedStruct PyExc_TypeError floor@@GLIBC_2.0 PyObject_Str PyOS_snprintf modf@@GLIBC_2.0 PyString_FromStringAndSize PyLong_AsLong PyString_Size PyModule_AddIntConstant PyErr_Format PyFloat_FromDouble PyArg_ParseTuple gettimeofday@@GLIBC_2.0 PyErr_ExceptionMatches PyErr_Occurred free@@GLIBC_2.0 PyLong_AsDouble initdatetime PyCapsule_New PyFloat_Type PyNumber_FloorDivide PyNumber_Multiply PyEval_RestoreThread mktime@@GLIBC_2.0 _Py_TrueStruct PyString_FromString clock@@GLIBC_2.0 PyString_FromFormat memcpy@@GLIBC_2.0 PyTuple_Pack PyInt_FromLong PyEval_SaveThread strlen@@GLIBC_2.0 PyDict_Size PyModule_GetDict PySequence_GetItem PyInt_AsLong PyObject_GenericGetAttr PySequence_Size PyType_IsSubtype PyExc_IOError ctime@@GLIBC_2.0 PyNumber_Add PyObject_CallObject PyObject_Malloc select@@GLIBC_2.0 PyFloat_AsDouble PyStructSequence_InitType PySequence_Check PyObject_Hash time@@GLIBC_2.0 Py_BuildValue PyObject_GetAttrString __bss_start malloc@@GLIBC_2.0 _Py_NoneStruct PyStructSequence_New PyExc_OverflowError PyDict_GetItemString PyLong_FromLong PyString_ConcatAndDel PyArg_Parse Py_InitModule4 _end asctime@@GLIBC_2.0 PyErr_Clear PyTuple_New PyExc_NotImplementedError PyTuple_GetItem _PyString_Resize gmtime@@GLIBC_2.0 PyErr_SetString inittime PyNumber_TrueDivide Py_IgnoreEnvironmentFlag strftime@@GLIBC_2.0 _edata _PyArg_ParseTupleAndKeywords_SizeT PyObject_HasAttrString PyErr_SetFromErrno __cxa_finalize@@GLIBC_2.1.3 _PyObject_CallMethod_SizeT PyObject_Repr _Py_BuildValue_SizeT _init ceil@@GLIBC_2.0