Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c1078 new_timezone(PyObject *offset, PyObject *name) in new_timezone() function
1307 tzinfo = new_timezone(delta, NULL); in tzinfo_from_isoformat_results()
3628 return new_timezone(offset, name); in timezone_new()
5705 result = new_timezone(delta, nameo); in local_timezone_from_timestamp()
6258 new_timezone,