mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:35:59 +02:00
@ -10,3 +10,10 @@ List supported time zones.
|
||||
|
||||
```> date list-timezone ```
|
||||
|
||||
## Examples
|
||||
|
||||
Show timezone(s) that contains 'Shanghai'
|
||||
```shell
|
||||
> date list-timezone | where timezone =~ Shanghai
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user