A simple web-based tool for converting timestamps between different timezones. Supports multiple formats including ISO, Unix timestamps, and human-readable dates.
- Parse various datetime formats (ISO 8601, Unix timestamps, RFC 2822, etc.)
- Display times across multiple timezones simultaneously
- Add/remove timezones
- Daylight saving time visualization
- Saves timezone preferences to localStorage
- URL parameter support (
?time=<timestamp>)
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Lint and format
npm run standards