Moin,
Auf den von mit benutzten Seiten zur libc steht übrigens nichts von shared!
Welche Seiten sind das? Wenn ich eine Linux-Dokumentation zu localtime
heranziehe, steht auch dort:
The gmtime() function converts the calendar time timep to broken-down time representation, expressed in Coordinated Universal Time (UTC). It may return NULL when the year does not fit into an integer. The return value points to a statically allocated struct which might be overwritten by subsequent calls to any of the date and time functions.
The localtime() function converts the calendar time timep to broken-down time representation, expressed relative to the user's specified timezone. […] The return value points to a statically allocated struct which might be overwritten by subsequent calls to any of the date and time functions.
Viele Grüße
Robert