Dear coreutils maintainers,

when compiling coreutils commit 6e97d36 against musl v1.1.22 on Ubuntu, I get a 
test failure and differing output than when using glibc.

Running `src/date --debug -d 'TZ="America/Edmonton" 2006-04-02 02:30:00'` with 
each:

With glibc it prints:

date:        normalized time: '(Y-M-D) 2006-04-02 03:30:00'

With musl it prints:

date:        normalized time: '(Y-M-D) 2006-04-02 01:30:00'`

This difference results in tests/misc/date-debug to fail.

What's happening here? Is there a bug in musl, or some quirks going on?
Any insight would be appreciated.

Niklas

Reply via email to