Source: https://cli.nylas.com/docs/commands/timezone-convert

# nylas timezone convert

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

```bash
nylas timezone convert --from PST --to EST
```

## Flags

| Flag | Description |
| --- | --- |
| --json | Output as JSON |
| --no-color | Disable color output |
| --verbose(-v) | Enable verbose output |
| --config | Custom config file path |
| --help(-h) | Show help for the command |
| --limit | Limit results (most list commands) |
| --yes(-y) | Skip confirmations |
| --from | Source timezone |
| --to | Target timezone |
| --time | Specific time to convert |

## Examples

### Convert current time

```bash
nylas timezone convert --from PST --to EST
```

## Troubleshooting

## Recommended guides

[Google Calendar Ownership ChangesPersonal accounts lose orphan secondary calendars April 27, 2026. Workspace starts October 5, 2026. New ownership transfer API in June.](https://cli.nylas.com/guides/google-calendar-ownership-changes)

[Nylas vs Recall.ai for AI Agent EmailCompare Nylas CLI and Recall.ai for AI agent email access. One handles email and calendar, the other handles meeting recordings. Pick the right tool.](https://cli.nylas.com/guides/nylas-vs-recall-ai-agent-email)

[Manage Exchange Calendar from the CLICreate, list, and update Exchange calendar events from the command line. Book rooms and check availability without EWS, PowerShell, or Graph API.](https://cli.nylas.com/guides/manage-exchange-calendar-cli)

[Manage iCloud Calendar from the CLICreate, list, and update iCloud Calendar events from the command line. Skip CalDAV setup and app-specific passwords. Works with shared calendars.](https://cli.nylas.com/guides/manage-icloud-calendar-cli)

[Manage Yahoo Calendar from the CLICreate, list, and update Yahoo Calendar events from the command line. No CalDAV config or app passwords required. OAuth2 handled automatically.](https://cli.nylas.com/guides/manage-yahoo-calendar-cli)

[Manage Google Calendar from the CLICreate, list, and update Google Calendar events from the command line. Check availability and find mutual times without Google Calendar API setup.](https://cli.nylas.com/guides/manage-google-calendar-cli)

[Manage Outlook Calendar from the CLICreate, list, and update Outlook calendar events from the command line. Check availability and book rooms without Graph API or Azure AD setup.](https://cli.nylas.com/guides/manage-outlook-calendar-cli)

[Add Nylas as a Manus MCP Server (manus-mcp-cli)Add Nylas to manus-mcp-cli as an MCP server. Step-by-step config so Manus agents can send email and manage calendars in the sandbox.](https://cli.nylas.com/guides/manus-mcp-cli-setup)

[Manus AI Meeting SchedulerSchedule meetings with natural language using Manus AI and Nylas CLI. Check availability, find mutual times, and create calendar events.](https://cli.nylas.com/guides/manus-ai-meeting-scheduler)

[Manus AI vs Claude Code for Email AutomationSide-by-side comparison of Manus AI Skills and Claude Code MCP for email and calendar automation. Same Nylas CLI commands, different agent runtimes.](https://cli.nylas.com/guides/manus-vs-claude-code-email)

[Map Communication Patterns Between OrgsMap inter-org communication networks, identify key stakeholders, score relationship strength, and detect single-threaded risk from email data.](https://cli.nylas.com/guides/map-organization-contacts)

[Reconstruct Org Charts from Email CC PatternsInfer reporting lines, detect managers from CC behavior, and estimate seniority from email response patterns. Build org charts from inbox data with Nylas CLI.](https://cli.nylas.com/guides/contact-hierarchy-from-email)

[Automate Email and Calendar in PowerShellCross-provider email and calendar automation in PowerShell using Nylas CLI. Read emails, create events, check availability, and schedule meetings from scripts.](https://cli.nylas.com/guides/email-calendar-powershell)

[Connect Voice Agents to Email and CalendarBridge LiveKit, Vapi, or any voice agent framework to email and calendar using Nylas CLI as a subprocess. Complete Python examples.](https://cli.nylas.com/guides/voice-agents-email-cli)

[Install the OpenClaw Nylas PluginInstall @nylas/openclaw-nylas-plugin to add native email, calendar, and contact tools to OpenClaw. Covers API key setup, grant discovery, and plugin vs exec.](https://cli.nylas.com/guides/install-openclaw-nylas-plugin)

[Create a Manus Skill: Email & Calendar WorkflowCreate a Manus Skill that installs Nylas CLI in the sandbox and teaches your agent email and calendar workflows via SKILL.md and setup scripts.](https://cli.nylas.com/guides/manus-ai-skills)

[Connect OpenClaw to Nylas for Email and CalendarUse OpenClaw's exec tool to run Nylas CLI for inbox access, email sending, calendar scheduling, and contact search. Covers TOOLS.md, exec approvals, and PATH setup.](https://cli.nylas.com/guides/nylas-openclaw-personal-assistant)

[Manage Calendar Events from TerminalCreate, list, update, and delete calendar events from your terminal with Nylas CLI. DST-aware scheduling, timezone conversion, and AI-powered meeting finder.](https://cli.nylas.com/guides/manage-calendar-from-terminal)

[Build an LLM Agent with Email & Calendar ToolsAdd email and calendar tools to your LLM agent using Nylas CLI subprocess commands. List messages, send email, and create events without writing API clients.](https://cli.nylas.com/guides/build-email-agent-cli)

[Give AI Agents Email Access via MCPSet up Nylas CLI as an MCP server so Claude, Cursor, Windsurf, and VS Code can read, send, and schedule email and calendar events in one command.](https://cli.nylas.com/guides/ai-agent-email-mcp)

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