[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tzalloc
From: |
Bruno Haible |
Subject: |
Re: tzalloc |
Date: |
Sun, 14 Mar 2021 20:37:56 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-203-generic; KDE/5.18.0; x86_64; ; ) |
Paul Eggert wrote:
> My plan has been to add them eventually to glibc, where they would be
> multithread-safe.
That would be nice, indeed!
Use cases that I can see:
- A server process that talks to several users in different locales and
time zones.
(We have locale_t for several years already, but not yet timezone_t.)
- A multithreaded mail agent that wants to sort mails by date, where
each mail lists its own date in a format that includes the time zone.
Bruno