sharkdp has quit [Remote host closed the connection]
sharkdp has joined #numbat
sharkdp has quit [Remote host closed the connection]
sharkdp has joined #numbat
<sharkdp>
achin: In https://github.com/sharkdp/numbat/pull/511, I removed the "local-timezone" Cargo feature that you introduced recently. I *think* everything should work out of the box now.
<sharkdp>
triallax: That PR also solves https://github.com/sharkdp/numbat/issues/344, which I had already closed. Numbat now uses the systems timezone database (typically /usr/share/zoneinfo/)
<sharkdp>
(on Windows and in WASM builds for the web, tzdata is still embedded into the binary though)
<achin>
ok. my use-case was about building wasi components, which is not a build that we typically do (the wasm builds for the web are wasm32-unknown-unknown)
<achin>
and most wasm runtimes/wasi hosts don't yet have a way to expose timezone info, so this probably doesn't work