Command

nylas timezone list

List all timezones. Works offline, no API key required.

Written by Qasim Muhammad Staff SRE

What does nylas timezone list do?

The nylas timezone list command displays all IANA timezone identifiers with current UTC offsets. Filter by region (America, Europe, Asia) to narrow results. Works fully offline with no API key or network connection required.

Usage

nylas timezone list [--filter REGION]

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations
--filterFilter zones by name (case-insensitive)

Examples

The nylas timezone list command displays all IANA timezone identifiers with current UTC offsets.

List timezones

nylas timezone list

Filter by region

nylas timezone list --filter America

Example output

IANA Time Zones (filtered by 'America')

═══ America (6) ═══
  • America/Anchorage      UTC-8  14:38 AKDT
  • America/Chicago        UTC-5  17:38 CDT
  • America/Denver         UTC-6  16:38 MDT
  • America/Los_Angeles    UTC-7  15:38 PDT
  • America/New_York       UTC-4  18:38 EDT
  • America/Phoenix        UTC-7  15:38 MST

Total: 6 time zone(s)

Troubleshooting

Recommended guides

Run nylas timezone list --help for full help output.