## 事象
`-l`オプションつきで表示された結果の時刻がタイムゾーンを考慮していない。
```console
$ eza -l
-a--- 0 9 Sep 03:38 hogehoge
```
`ls`や`dir`は期待通り表示できる。
```console
$ ls -l
total 0
---------- 1 somebody somegroup 0 Sep 9 11:38 hogehoge
$ dir
Directory: C:\Users\syoum\tmp
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 2023/09/09 11:38 0 hogehoge
```
[[Windows 11]]環境で確認。他の[[OS]]では確認していない。
以下にIssueを作成した。
<div class="link-card">
<div class="link-card-header">
<img src="https://github.githubassets.com/favicons/favicon.svg" class="link-card-site-icon"/>
<span class="link-card-site-name">GitHub</span>
</div>
<div class="link-card-body">
<div class="link-card-content">
<div>
<p class="link-card-title">feat: Support timezone for Windows · Issue #232 · eza-community/eza</p>
</div>
<div class="link-card-description">
First, Thank you for your great work :) It would be nice to be able to display the time taking the t...
</div>
</div>
<img src="https://opengraph.githubassets.com/45d76b3f9e91ac008cd1253dfd744cfeacca93a00df5432c00cea5c4951d9e57/eza-community/eza/issues/232" class="link-card-image" />
</div>
<a href="https://github.com/eza-community/eza/issues/232"></a>
</div>
## 原因
もともとの制限事項???
## 解決方法
[[eza]]のv0.11.1以降にバージョンアップする。