An open API service indexing awesome lists of open source software.

https://github.com/kernferm/time-converter

Welcome to the Bubbles Timezone Converter, a fun, fast, and simple command-line tool to convert times between different timezones! ๐ŸŒโฐ
https://github.com/kernferm/time-converter

converter golang timezone

Last synced: about 1 year ago
JSON representation

Welcome to the Bubbles Timezone Converter, a fun, fast, and simple command-line tool to convert times between different timezones! ๐ŸŒโฐ

Awesome Lists containing this project

README

          

# ๐Ÿ•“ Bubbles Timezone Converter (CLI Edition)

Welcome to the **Bubbles Timezone Converter**, a fun, fast, and simple command-line tool to convert times between different timezones! ๐ŸŒโฐ

---

## โœ… Features

- ๐ŸŒ Supports **every major timezone**
- ๐Ÿ•ฐ๏ธ Input time in **12-hour format with AM/PM**
- ๐Ÿ” Convert as many times as you want โ€” all in one session!
- โŒ Type `q` anytime to quit
- ๐Ÿ’ฌ Friendly prompts and emoji-powered feedback

---

## ๐Ÿš€ How to Use

- Make sure to Have ` Go ` installed
- [Click To Download](https://go.dev/dl/)

### ๐Ÿ’ป 1. Open PowerShell or Command Prompt
Navigate into the folder where you have the converter:

```bash
cd path\to\time-converter
```

### ๐Ÿ’ก Example:

```
cd C:\Users\YourName\Desktop\time-converter
```

## ๐ŸŸข 2. Run the App or Script

```
./time-converter.exe
```
```
go run main.go
```

- You will be prompted like this:

```
โฐ Enter time (HH:MM AM/PM): 1:45 PM
๐ŸŒ Enter source timezone (e.g., America/New_York): America/New_York
๐ŸŒŽ Enter target timezone (e.g., Asia/Tokyo): Asia/Tokyo
๐Ÿ•“ 1:45 PM in Asia/Tokyo is ๐Ÿ•’ 3:45 AM
```

### ๐Ÿ’ก You can type `q` at any time to quit.

## ๐Ÿ›  Time Format Guide

- Input Type: `Example`
- Time: `01:30 PM` or `09:45 am`
- Timezone: `America/New_York`, `Asia/Tokyo`, `Europe/London`, `UTC`, etc.

- โœ… Uses IANA timezones. If you're unsure of a timezone format, check `timezones.json` or `search online`.

## ๐Ÿงช Build from Source (Dev Use)
If you'd rather build it yourself:

```
cd path\to\time-converter
go mod init time-converter
go build -o time-converter.exe
```

# Output

```
๐ŸŒ Bubbles Timezone Converter
๐Ÿ‘‰ Format time as HH:MM AM/PM (e.g., 01:30 PM)
๐Ÿ’ก Type 'q' at any prompt to quit
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

โฐ Enter time (HH:MM AM/PM): 1:45 PM
๐ŸŒ Enter source timezone (e.g., America/New_York): America/New_York
๐ŸŒŽ Enter target timezone (e.g., Asia/Tokyo): Asia/Tokyo
๐Ÿ•“ 1:45 PM in Asia/Tokyo is ๐Ÿ•’ 3:45 AM

โฐ Enter time (HH:MM AM/PM): q

๐Ÿ‘‹ Thanks for using Bubbles Timezone Converter! Goodbye!
```

## Time-Converter EXE
[Click To Download](https://github.com/KernFerm/time-converter/releases/tag/time_converter.exe)

# ๐Ÿ’– Created By
- Bubbles The Dev
- ๐ŸŒ [fnbubbles420.org](https://fnbubbles420.org/)
- [Discord Invite Link](https://discord.fnbubbles420.org/invite)

Making the world more accessible, one time conversion at a time ๐Ÿ’ซ