This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC [PATCH] BZ#1077902: New API gettimezone


Carlos O'Donell wrote:
standardizing on UTC ... imposes on the
developer to rewrite whatever software they are using for what
is an arbitrary decision of "Use UTC."

Software shouldn't have to be rewritten to use UTC. It should work just fine if TZ='UTC0'. The rare application that doesn't work in UTC should set TZ to the value that it requires.

Can't we do better?

glibc could do something more *complicated*, sure, but it'd be work and it'd be error-prone, not just in terms of our own code but in terms of how it'd be used in practice. "Use UTC" is simple, is dog-simple to explain to operations staff, and has been the standard approach on collections of servers for decades.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]