mirror of
https://github.com/danbulant/nushell
synced 2026-06-13 03:32:17 +00:00
18 lines
256 B
Markdown
18 lines
256 B
Markdown
---
|
|
title: date list-timezone
|
|
layout: command
|
|
version: 0.59.1
|
|
---
|
|
|
|
List supported time zones.
|
|
|
|
## Signature
|
|
|
|
```> date list-timezone ```
|
|
|
|
## Examples
|
|
|
|
Show timezone(s) that contains 'Shanghai'
|
|
```shell
|
|
> date list-timezone | where timezone =~ Shanghai
|
|
```
|