azat / chdig

Dig into ClickHouse with TUI interface.
MIT License
123 stars 13 forks source link

Fix "flexi_logger has to work with UTC rather than with local time, caused by IndeterminateOffset" #39

Closed azat closed 8 months ago

azat commented 8 months ago

Since 0.24 flexi_logger does not use time crate anymore (it uses chrono instead), and this warning will go away.

So let's simply update flexi_logger to 0.27

Fixes: https://github.com/azat/chdig/issues/38