HomeSort by relevance Sort by last modified time
    Searched defs:localtime (Results 1 - 21 of 21) sorted by null

  /external/python/cpython3/Lib/email/
utils.py 138 def formatdate(timeval=None, localtime=False, usegmt=False):
144 gmtime() and localtime(), otherwise the current time is used.
146 Optional localtime is a flag that when True, interprets timeval, and
152 is needed for HTTP, and is only used when localtime==False.
158 if localtime or usegmt:
162 if localtime:
340 # datetime doesn't provide a localtime function yet, so provide one. Code
345 def localtime(dt=None, isdst=-1): function
352 In this case, a positive or zero value for *isdst* causes localtime to
355 negative value for *isdst* causes the localtime() function to attemp
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c 13 Portions derived from the NIH time zone package file, localtime.c,
19 NetBSD: localtime.c,v 1.39 2006/03/22 14:01:30 christos Exp
656 return asctime(localtime(timer));
660 ** gmtsub is to gmtime as localsub is to localtime.
760 localtime(const time_t *timer) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 197 struct tm *__cdecl localtime(const time_t *_Time) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
209 __CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime64(_Time); } function
217 __CRT_INLINE struct tm *__cdecl localtime(const time_t *_Time) { return _localtime32(_Time); } function
pthread.h 594 #define localtime(...) (pthread_testcancel(), localtime(__VA_ARGS__)) macro
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
private.h 268 # undef localtime macro
269 # define localtime tz_localtime macro
286 struct tm *localtime(time_t const *);
localtime.c 211 ** ctime, gmtime, localtime] return values in one of two static
1246 ** The easy way to behave "as if no library function calls" localtime
1332 localtime(const time_t *const timep) function
    [all...]
  /bionic/libc/tzcode/
private.h 342 # undef localtime macro
343 # define localtime tz_localtime macro
386 struct tm *localtime(time_t const *);
localtime.c 184 ** ctime, gmtime, localtime] return values in one of two static
1512 localtime(const time_t *timep) function
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 244 struct tm *localtime (const time_t *);
281 #define localtime(timer) NULL macro
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 17 * Elements of the WallTime class are a port of Bionic's localtime.c to Java. That code had the
731 public void localtime(int timeSeconds, ZoneInfo zoneInfo) { method in class:ZoneInfo.WallTime
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java     [all...]
  /external/sqlite/dist/orig/
sqlite3.c 40864 struct tm *__cdecl localtime(const time_t *t) function
    [all...]
  /external/sqlite/dist/
sqlite3.c 40864 struct tm *__cdecl localtime(const time_t *t) function
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 2071 milliseconds