rust-cross / rust-musl-cross

Docker images for compiling static Rust binaries using musl-cross
MIT License
639 stars 70 forks source link

Months not shortened correctly on exa when compiled using messense/rust-musl-cross #26

Closed eggbean closed 4 years ago

eggbean commented 4 years ago

I think this issue where exa does not show the month August correctly may be because of it being compiled using messense/rust-musl-cross.

https://github.com/ogham/exa/issues/719

messense commented 4 years ago

exa hardcoded it to August I think. https://github.com/ogham/exa/blob/78ba0b8973cbfbb48b85b8beae6f7de412064d11/src/output/time.rs#L140

eggbean commented 4 years ago

Ah okay, thanks. I thought it was the cross-compiler as it is only happening on the ARM build I am using. Seems fine on x86.