You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

timezones-cli

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timezones-cli - pypi Package Compare versions

Comparing version
0.3.2
to
0.3.3
+9
-4
PKG-INFO
Metadata-Version: 2.1
Name: timezones_cli
Version: 0.3.2
Version: 0.3.3
Summary: Get local datetime from multiple timezones!

@@ -10,3 +10,3 @@ Home-page: https://github.com/yankeexe/timezones-cli

<p>Get local datetime from multiple timezones.</p>
<p><strong>CLI toolkit for timezones:zap:</strong></p>
<p>

@@ -17,8 +17,13 @@ <img src="https://img.shields.io/pypi/v/timezones-cli?color=%2334D058" />

</p>
<br>
**All datetimes you care for, at a glance.**
<img src="https://i.imgur.com/JIt8tQN.png" width="500" />
## What can you do with `timezones-cli`? :zap:
- Search for date and time based on city, country, or timezones.
- Manage dashboard for timezones you frequently view.
- Get UTC date and time based on your local timezone or any timezones.
## Contents
- [Installation](#installation)

@@ -25,0 +30,0 @@ - [Usage](#usage)

<img src="https://i.imgur.com/ZebplfT.png" width="110" align="left"/><h1>Timezones CLI</h1>
<p>Get local datetime from multiple timezones.</p>
<p><strong>CLI toolkit for timezones:zap:</strong></p>
<p>

@@ -9,8 +9,13 @@ <img src="https://img.shields.io/pypi/v/timezones-cli?color=%2334D058" />

</p>
<br>
**All datetimes you care for, at a glance.**
<img src="https://i.imgur.com/JIt8tQN.png" width="500" />
## What can you do with `timezones-cli`? :zap:
- Search for date and time based on city, country, or timezones.
- Manage dashboard for timezones you frequently view.
- Get UTC date and time based on your local timezone or any timezones.
## Contents
- [Installation](#installation)

@@ -17,0 +22,0 @@ - [Usage](#usage)

@@ -31,3 +31,3 @@ """Package setup"""

name="timezones_cli",
version="0.3.2",
version="0.3.3",
author="Yankee Maharjan",

@@ -34,0 +34,0 @@ url="https://github.com/yankeexe/timezones-cli",

Metadata-Version: 2.1
Name: timezones-cli
Version: 0.3.2
Version: 0.3.3
Summary: Get local datetime from multiple timezones!

@@ -10,3 +10,3 @@ Home-page: https://github.com/yankeexe/timezones-cli

<p>Get local datetime from multiple timezones.</p>
<p><strong>CLI toolkit for timezones:zap:</strong></p>
<p>

@@ -17,8 +17,13 @@ <img src="https://img.shields.io/pypi/v/timezones-cli?color=%2334D058" />

</p>
<br>
**All datetimes you care for, at a glance.**
<img src="https://i.imgur.com/JIt8tQN.png" width="500" />
## What can you do with `timezones-cli`? :zap:
- Search for date and time based on city, country, or timezones.
- Manage dashboard for timezones you frequently view.
- Get UTC date and time based on your local timezone or any timezones.
## Contents
- [Installation](#installation)

@@ -25,0 +30,0 @@ - [Usage](#usage)

@@ -107,3 +107,7 @@ """ Utils for sub commands """

terminal_menu = TerminalMenu(
data, multi_select=multi_select, show_multi_select_hint=multi_select
data,
multi_select=multi_select,
show_multi_select_hint=multi_select,
search_key=None,
show_search_hint=True,
)

@@ -110,0 +114,0 @@ menu_entry_index: Optional[Tuple] = terminal_menu.show()