mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Subject: Re: localtime() isn't local
Date: Fri, 26 Oct 2012 14:00:27 +0200	[thread overview]
Message-ID: <20121026120025.GG24157@port70.net> (raw)
In-Reply-To: <20121026083405.GE16801@mahoro.ispfabriek.nl>

* Yoran Heling <info@yorhel.nl> [2012-10-26 10:34:06 +0200]:
> Ah, I didn't realize that the use of /etc/localtime wasn't part of
> POSIX. I don't have a TZ variable set, so that explains the output.
> TZ=CEST didn't work, but TZ=CEST-2 did the trick.
> 
> This is quite a bummer, though. I use musl to create static binaries for
> Linux, and every glibc-based distribution (i.e. the vast majority) uses
> /etc/localtime rather than the TZ variable. :-(
> 

i guess you can hack the implementation at
http://cs.ucla.edu/~eggert/tz/tz-link.htm

into musl

note that after a quick look at the impementation
it does not seem to be entirely correct

it invokes undefined behaviour with signed
shift in its decoder of the binary tz data
(this is usual in old code, but bad)

they assume that read returns "enough" data
(which is not guaranteed by posix and it
might not be true on certain filesystems)

etc

glibc seems to have its own implementation
that's even uglier..


  reply	other threads:[~2012-10-26 12:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-26  7:57 Yoran Heling
2012-10-26  8:15 ` Szabolcs Nagy
2012-10-26  8:34   ` Yoran Heling
2012-10-26 12:00     ` Szabolcs Nagy [this message]
2012-10-26 12:26       ` Rich Felker
2012-10-26 14:37         ` Isaac Dunham
2012-10-26 16:25           ` Szabolcs Nagy
2012-10-26 17:25             ` Isaac Dunham
2012-10-26 17:41             ` Rich Felker
2012-10-26 21:54     ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121026120025.GG24157@port70.net \
    --to=nsz@port70.net \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).