From 194d3fa048cf909ca592dd56fa538dc9cd3f5ddb Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Thu, 12 Nov 2009 18:45:14 -0800 Subject: eclair snapshot --- libc/docs/OVERVIEW.TXT | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libc/docs/OVERVIEW.TXT') diff --git a/libc/docs/OVERVIEW.TXT b/libc/docs/OVERVIEW.TXT index 4c153b1..753e48a 100644 --- a/libc/docs/OVERVIEW.TXT +++ b/libc/docs/OVERVIEW.TXT @@ -63,6 +63,18 @@ time_t: Instead, Bionic provides a header that defines a time64_t type, and related functions like mktime64(), localtime64(), etc... + strftime() uses time64_t internally, so the '%s' format (seconds since the + epoch) is supported for dates >= 2038. + + +strftime_tz(): + + Bionic also provides the non-standard strftime_tz() function, a variant + of strftime() which also accepts a time locale descriptor as defined + by "struct strftime_locale" in . + + This function is used by the low-level framework code in Android. + Timezone management: -- cgit v1.1