date list-timezone for date

List supported time zones.

Signature

> date list-timezone

Input/output types:

inputoutput
nothingtable

Examples

Show timezone(s) that contains 'Shanghai'

> date list-timezone | where timezone =~ Shanghai
╭───┬───────────────╮
│ # │   timezone    │
├───┼───────────────┤
│ 0 │ Asia/Shanghai │
╰───┴───────────────╯