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! ๐โฐ
- Host: GitHub
- URL: https://github.com/kernferm/time-converter
- Owner: KernFerm
- License: other
- Created: 2025-04-03T22:17:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T14:43:42.000Z (about 1 year ago)
- Last Synced: 2025-04-10T00:10:36.445Z (about 1 year ago)
- Topics: converter, golang, timezone
- Language: Go
- Homepage: https://discord.fnbubbles420.org/invite
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.MD
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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 ๐ซ