- 7dbddd3 strptime: add missing const for "GMT" and "UTC". by Elliott Hughes · 12 months ago
- 7ec5cb5 Use an ELF alias for strptime_l(). by Elliott Hughes · 12 months ago
- 31fc69f Fix tzalloc(nullptr) and add a test. by Elliott Hughes · 2 years, 2 months ago
- 2bd4316 Expose tzalloc()/localtime_rz()/mktime_z()/tzfree(). by Elliott Hughes · 2 years, 2 months ago
- d86a3ab Update tzcode from 2022a to 2023a. by Almaz Mingaleev · 2 years, 3 months ago
- 53b6dfb Sync with upstream openbsd. by Elliott Hughes · 2 years, 5 months ago
- d3627a4 Sync strptime.c with upstream. by Elliott Hughes · 2 years, 8 months ago
- 24bfd8e Handle null TM_ZONE in z case in strftime. by Almaz Mingaleev · 3 years, 1 month ago
- da75bb6 Revert "Revert "Do not look for tzdata file in /data."" by Almaz Mingaleev · 3 years, 1 month ago
- 4e01323 Revert "Do not look for tzdata file in /data." by Almaz Mingaleev · 3 years, 2 months ago
- e9a2089 Do not look for tzdata file in /data. by Almaz Mingaleev · 3 years, 2 months ago
- 5411aff Bump tzcode from 2016g to 2022a*. by Almaz Mingaleev · 3 years, 6 months ago
- e4d5efe strftime: format small positive integers ourselves. by Elliott Hughes · 3 years, 9 months ago
- d065c04 Incorporate upstream's strptime %Z/%z support. by Elliott Hughes · 5 years ago
- 9b7338c Merge "Track name changes in the tzdata format" by Neil Fuller · 5 years ago
- 528e29d Simplify tzdata fallback logic. by Elliott Hughes · 5 years ago
- 2b76a94 Track name changes in the tzdata format by Neil Fuller · 5 years ago
- 41636ca Remove bionic refs to runtime module tz files by Neil Fuller · 6 years ago
- a1fb15b strptime: support everything that strftime supports. by Elliott Hughes · 6 years ago
- 81b3bdd Use the ANDROID_TZDATA_ROOT environment variable by Neil Fuller · 6 years ago
- 2e967fc Update the "host" bionic code tzdata lookup logic by Neil Fuller · 7 years ago
- a50e51a Find tzdata in the runtime module before /system by Neil Fuller · 7 years ago
- 9268977 Track move of APEX module tz files under etc/tz by Neil Fuller · 7 years ago
- fd522d0 Finalize the name of the apex package by Neil Fuller · 7 years ago
- 7dfeaf8 Changes to support loading tz data from APEX by Neil Fuller · 7 years ago
- 81baaf2 Add strptime %s. by Elliott Hughes · 7 years ago
- 3376c23 Add remaining _l function stubs. by Elliott Hughes · 7 years ago
- 1c78cb0 Add missing includes. by Dan Albert · 8 years ago
- 35dfaa8 Fix incorrect check. by Christopher Ferris · 8 years ago
- a01cbaa Address review comments on the bionic tzdata loader. by Elliott Hughes · 8 years ago
- 0e8616a Move localtime.c over to CachedProperty. by Elliott Hughes · 8 years ago
- 14eb5ab Only use environment variables on the host. by Elliott Hughes · 8 years ago
- ea87716 localtime_r(3) should act as if it calls tzset(3). by Elliott Hughes · 9 years ago
- 4edd651 Add missing O_CLOEXEC and TEMP_FAILURE_RETRY to localtime.c. by Elliott Hughes · 9 years ago
- 81c46fc Fix tzdata loading. by Elliott Hughes · 9 years ago
- a9209d7 Fix some easy cases of __ANDROID__ versus __BIONIC__. by Elliott Hughes · 9 years ago
- f8ebaa4 Fix mktime's errno behavior. by Elliott Hughes · 9 years ago
- 0a610d0 Upgrade to tzcode-2016f. by Elliott Hughes · 9 years ago
- 3e3f4a5 Treat "persist.sys.timezone" as being a Java-format timezone. by Elliott Hughes · 9 years ago
- 76dfa6e Remove mktime_tz. by Elliott Hughes · 10 years ago
- d1c28a3 Improve libc time zone fallback behavior. by Elliott Hughes · 10 years ago
- a9cac4c Fix strftime if tm_zone is null. by Elliott Hughes · 10 years ago
- 384ffe3 Fix comment to reflect the actual reality. by Christopher Ferris · 10 years ago
- 9fb22a3 Sync with upstream tzcode (2015g). by Elliott Hughes · 10 years ago
- d057894 bionic: tzset running hot by Mark Salyzyn · 10 years ago
- 23360cc Remove invalid left shifts of -1. by Stephen Hines · 10 years ago
- 1f95ffe Changes to re-enable overrides for tz data by Neil Fuller · 10 years ago
- 154e202 libc: Fix mktime returns an uncorrect time in empty TZ case by Satoru Takeuchi · 11 years ago
- e24bf5d Disable tzdata in $ANDROID_DATA. by Elliott Hughes · 11 years ago
- ca75f9c Use snprintf(3) instead of sprintf(3). by Dan Albert · 11 years ago
- 13bab43 Fix the tzdata update tools. by Elliott Hughes · 11 years ago
- 39d903a Remove localtime_tz and strftime_tz. by Elliott Hughes · 11 years ago
- 905e6d5 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
- d10db82 Build tzcode with hidden visibility. by Elliott Hughes · 11 years ago
- 2cb7526 Fix arm64 localtime.c build. by Elliott Hughes · 11 years ago
- 5f56454 Build tzcode with -Werror. by Elliott Hughes · 11 years ago
- 906eb99 Update localtime.c. by Elliott Hughes · 11 years ago
- 5204a9e Fix most of the tzcode warnings. by Elliott Hughes · 11 years ago
- 8a8b0c9 Do not keep struct state on the stack. by Christopher Ferris · 11 years ago
- 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
- 9a5a3e8 Fix <math.h> to quieten most of our warnings. by Elliott Hughes · 11 years ago
- 52defb7 Remove the non-standard time64 stuff for LP64. by Elliott Hughes · 11 years ago
- 329103d Don't use so much stack in tzcode. by Elliott Hughes · 11 years ago
- d51db86 Merge "Fix locatime.c indentation after sync" by Calin Juravle · 11 years ago
- 4ab29a3 Merge "Update tzcode to 2013i" by Calin Juravle · 11 years ago
- d892892 Fix locatime.c indentation after sync by Calin Juravle · 11 years ago
- 627d37c Update tzcode to 2013i by Calin Juravle · 11 years ago
- fd3a9fb Vastly reduce the number of read(2)s done in tzload. by Elliott Hughes · 11 years ago
- 3073f90 Fix a leak on error in tzload. by Elliott Hughes · 11 years ago
- eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
- 51aeff7 Fix 32-bit build. by Elliott Hughes · 12 years ago
- e0d0b15 Upgrade to tzcode2013f plus Android modifications (from tzcode2013d plus Android modifications). by Elliott Hughes · 12 years ago
- cf178bf Use $ANDROID_DATA and $ANDROID_ROOT to find the tzdata. by Elliott Hughes · 12 years ago
- 713fe64 Apply upstream commit 943a6621866e9d6e654f5cfe1494378c1fb8957a. by Elliott Hughes · 12 years ago
- ce4783c Upgrade to tzcode2013d. by Elliott Hughes · 12 years ago
- e7aaad8 Improve diagnostics in the face of bad tzdata. by Elliott Hughes · 12 years ago
- e0175ca Don't search off the end of the index for bad Olson ids. by Elliott Hughes · 12 years ago
- 4a05bef Cache the most-recently used timezone for mktime_tz and localtime_tz. by Elliott Hughes · 12 years ago
- b989c9c Revert "DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions to bionic."" by Elliott Hughes · 13 years ago
- 85819ef am f2b3ac95: Merge "Fix recovery: don\'t assert if there\'s no tzdata." by Elliott Hughes · 13 years ago
- 49271d8 Fix recovery: don't assert if there's no tzdata. by Elliott Hughes · 13 years ago
- 008744c am df92635a: Merge "Support zone.tab in bionic, and remove the file format version." by Elliott Hughes · 13 years ago
- 2393535 Support zone.tab in bionic, and remove the file format version. by Elliott Hughes · 13 years ago
- 417834b am eb370aa3: Merge "Make bionic look in /data/misc for tzdata updates." by Elliott Hughes · 13 years ago
- 1c29572 Make bionic look in /data/misc for tzdata updates. by Elliott Hughes · 13 years ago
- 4d71adb am 10225071: Merge "Fixes x86 build." by Elliott Hughes · 13 years ago
- 8b95404 Fixes x86 build. by Elliott Hughes · 13 years ago
- 1b31536 am 5ae762a3: Merge "Pull bionic\'s time zone data from the new single \'tzdata\' file." by Elliott Hughes · 13 years ago
- d23af23 Pull bionic's time zone data from the new single 'tzdata' file. by Elliott Hughes · 13 years ago
- f4b34b6 DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions to bionic." by Elliott Hughes · 13 years ago
- 3a936a4 Add the libcutils localtime_tz and mktime_t extensions to bionic. by Elliott Hughes · 13 years ago
- 208898e libc: remove private declarations from <time.h> and <resolv.h> by David 'Digit' Turner · 14 years ago
- cd9f1f0 am ac56f5ca: Merge "strftime: Use snprintf() instead of sprintf()" by David Turner · 14 years ago
- e6cff93 strftime: Use snprintf() instead of sprintf() by Jim Huang · 14 years ago
- b138e4f Bug 3330205 Thread safe strptime implementation by Glenn Kasten · 15 years ago
- 6481b91 <time.h>: Add timegm(), timelocal() and others. by David 'Digit' Turner · 15 years ago
- 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 15 years ago
- 2093d35 Fix an infinite loop in time2sub. by David 'Digit' Turner · 16 years ago
- d5f72af Fix strftime to use localized month names. by Eric Fischer · 16 years ago
- a48fa7f Add standalone_months field to libc strftime(). by Eric Fischer · 16 years ago