Re: Timezone problems

2013-05-14 Thread Alex Sassmannshausen
Hi > Actually you first need to install the ‘tzdata’ package (which I just > added yesterday!). Then you must set the TZDIR environment variable to > point to it, like this: > > export TZDIR=$HOME/.guix-profile/share/zoneinfo > > The C library (the one from Guix) will then get timezone info fr

Re: Timezone problems

2013-05-09 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > I'm running into issues whereby the 'date' command that is part of the > coreutils package (installed through guix) returns non-timezone > corrected values (i.e. it returns UTC even for local time). Actually you first need to install the ‘tzdata’ package (which I

Timezone problems

2013-05-09 Thread Alex Sassmannshausen
Hello all, I'm running into issues whereby the 'date' command that is part of the coreutils package (installed through guix) returns non-timezone corrected values (i.e. it returns UTC even for local time). I suspect this was to do with the locale complications of the earlier gcc version that was