mirror of
https://github.com/nushell/nushell.git
synced 2024-12-03 05:44:09 +01:00
20 lines
257 B
Markdown
20 lines
257 B
Markdown
---
|
|
title: date list-timezone
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
List supported time zones.
|
|
|
|
## Signature
|
|
|
|
```> date list-timezone ```
|
|
|
|
## Examples
|
|
|
|
Show timezone(s) that contains 'Shanghai'
|
|
```shell
|
|
> date list-timezone | where timezone =~ Shanghai
|
|
```
|
|
|