Back to plugins

fledge-plugin-tz

v0.1.0 Official rust ★ 0 Updated 5/5/2026 GitHub
Install with fledge
fledge plugins install CorvidLabs/fledge-plugin-tz

fledge-plugin-tz

Timezone utility for fledge — show, convert, and manage saved zones across distributed teams.

Install

fledge plugins install CorvidLabs/fledge-plugin-tz

Usage

fledge tz                      # show current time in saved zones
fledge tz add PST              # save a zone (alias or IANA name)
fledge tz add Asia/Tokyo
fledge tz rm PST
fledge tz list
fledge tz now UTC EST JST      # one-off display, ignores saved list
fledge tz convert "3pm PST" EST UTC
fledge tz convert "2026-04-25 09:30 UTC" Local PST

Recognised shortcuts

UTC, GMT, Local, PST/PDT/PT, MST/MDT/MT, CST/CDT/CT, EST/EDT/ET, AKST/AKDT, HST, BST, CET/CEST, EET/EEST, IST, JST, KST, AEST/AEDT, NZST/NZDT.

Anything else is treated as an IANA zone name (e.g. Africa/Cairo, America/Sao_Paulo).

Development

cargo build            # compile
cargo test             # run tests
cargo clippy -- -D warnings
cargo fmt --check

Requires Rust 1.89+. See CLAUDE.md for architecture notes.

License

MIT

Metadata

License
MIT
Default branch
main
Open issues
0
Topics
cli, devtools, fledge, fledge-plugin, rust, timezone

Built something similar?

Submit your plugin