Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel authored Feb 13, 2025
1 parent aee339c commit 8b2edd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ are supported for now (ie: no rgb or fixed):

- You can specify a timezone with the `--timezone` flag (or the environment variable
`SNAZY_TIMEZONE`). By default, the timestamps are displayed in the server's timezone
(usually UTC). The timezone should be specified in the IANA timezone database format
(e.g., "America/New_York", "Europe/Paris", "Asia/Tokyo").
(usually UTC). The timezone should be specified in the [IANA timezone database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) format
(e.g., `America/New_York`, `Europe/Paris`, `Asia/Tokyo`).

```shell
kubectl logs deployment/controller | snazy --timezone America/New_York
Expand Down

0 comments on commit 8b2edd9

Please sign in to comment.