azat/chdig

[flexi_logger][ERRCODE::Time] flexi_logger has to work with UTC rather than with local time, caused by IndeterminateOffset

Closed this issue · 1 comments

[flexi_logger][ERRCODE::Time] flexi_logger has to work with UTC rather than with local time, caused by IndeterminateOffset
                                                                                                                              See https://docs.rs/flexi_logger/latest/flexi_logger/error_info/index.html#time

URL show nothing

How to avoid it?

I tried 0.6.1 and latest release

Maybe need to upgrade to 0.27.3 ?

[dependencies]
flexi_logger = { version = "0.22", default-features = false }

# - Fix for date format - https://github.com/deinstapel/cursive-flexi-logger-view/pull/13
cursive-flexi-logger-view = { git = "https://github.com/azat-rust/cursive-flexi-logger-view", branch = "next", default-features = false }
azat commented

This is the problem only when building with musl, but yes, it should be fixed in 0.24 (emabee/flexi_logger@157de29)