Command

nylas timezone convert

Convert time between timezones.

Written by Qasim Muhammad Staff SRE

What does nylas timezone convert do?

The nylas timezone convert command converts a time from one timezone to another. Works fully offline with no API key required. Useful for scheduling across time zones, scripting, and verifying meeting times for distributed teams.

Usage

nylas timezone convert --from PST --to EST

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
--fromSource timezone
--toTarget timezone
--timeSpecific time to convert

Examples

The nylas timezone convert command converts a time from one timezone to another.

Convert current time

nylas timezone convert --from PST --to EST

Example output

Time Zone Conversion

From: America/Los_Angeles (PDT)
  Time:   2026-06-21 18:48:16
  Offset: UTC-7
  DST:    Yes (Daylight Saving Time)

To: America/New_York (EDT)
  Time:   2026-06-21 21:48:16
  Offset: UTC-4
  DST:    Yes (Daylight Saving Time)

Time Difference: America/New_York is 3 hour(s) ahead of America/Los_Angeles

Troubleshooting

Recommended guides

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