Home
last modified time | relevance | path

Searched refs:new_timezone (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_datetimemodule.c1086 new_timezone(PyObject *offset, PyObject *name) in new_timezone() function
1318 tzinfo = new_timezone(delta, NULL); in tzinfo_from_isoformat_results()
3857 return new_timezone(offset, name); in timezone_new()
5935 result = new_timezone(delta, nameo); in local_timezone_from_timestamp()
6496 capi->TimeZone_FromTimeZone = new_timezone; in get_datetime_capi()