Home
last modified time | relevance | path

Searched defs:utc_time (Results 1 – 3 of 3) sorted by relevance

/external/python/oauth2client/oauth2client/
Dservice_account.py545 def _datetime_to_secs(utc_time): argument
/external/openssh/
Dpkcs11.h133 #define utc_time utcTime macro
249 unsigned char utc_time[16]; member
/external/python/cpython3/Modules/
D_datetimemodule.c5666 PyObject *local_time, *utc_time; in local_timezone_from_timestamp() local
5713 local_timezone(PyDateTime_DateTime *utc_time) in local_timezone()