Add timezone converter utility for remote team scheduling#124
Closed
devin-ai-integration[bot] wants to merge 3 commits intomainfrom
Closed
Add timezone converter utility for remote team scheduling#124devin-ai-integration[bot] wants to merge 3 commits intomainfrom
devin-ai-integration[bot] wants to merge 3 commits intomainfrom
Conversation
- Add timezone converter page with time/date input and multi-timezone display - Add utility functions for timezone conversion using Intl API - Add SEO component with documentation and code examples - Add tool to tools-list for homepage navigation This utility helps remote software teams schedule syncs across timezones by converting a selected time to multiple common timezones simultaneously. Co-Authored-By: dani@jam.dev <ddanigrant@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: dani@jam.dev <ddanigrant@gmail.com>
Deploying jam-dev-utilities with
|
| Latest commit: |
74632a5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://54be3a35.jam-dev-utilities.pages.dev |
| Branch Preview URL: | https://devin-1764770898-timezone-co.jam-dev-utilities.pages.dev |
- Read time, date, and tz params from URL on page load - Automatically update URL when user changes time/date/timezone - Add 'Copy Link to Share' button for easy sharing - URL format: /utilities/timezone-converter?time=15:30&date=2025-12-03&tz=America/Los_Angeles Co-Authored-By: dani@jam.dev <ddanigrant@gmail.com>
Contributor
Author
|
Closing due to inactivity for more than 7 days. Configure here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add timezone converter utility for remote team scheduling
Summary
Adds a new timezone converter utility designed for remote software teams who need to schedule syncs across timezones. Users can select a source timezone, input a time and date, and see the converted times across 13 common timezones (US, Europe, Asia, Australia). The tool auto-detects the user's timezone on load and allows toggling which timezones to display.
Key feature: Shareable URLs - the URL automatically updates with query params (
time,date,tz) so users can share links like/utilities/timezone-converter?time=15:30&date=2025-12-03&tz=America/Los_Angelesand recipients can see the time converted to their timezone.Files added:
pages/utilities/timezone-converter.tsx- Main page component with time/date inputs and timezone selectioncomponents/utils/timezone-converter.utils.ts- Conversion logic using the Intl APIcomponents/seo/TimezoneConverterSEO.tsx- SEO content with usage instructions and code examplescomponents/utils/tools-list.tsto add the new tool to the homepageUpdates since last revision
TimezoneConverterSEO.tsxReview & Testing Checklist for Human
America/Los_Angeles) are properly encoded/decoded in URLsRecommended test plan:
/utilities/timezone-converterNotes
offsetfield inTimezoneInfointerface andgetTimezoneOffset/getCurrentTimeInTimezonefunctions are exported but unused - could be cleaned up or may be intended for future useLink to Devin run: https://app.devin.ai/sessions/aeb0c23621584cedb74fb8edb171cb83
Requested by: dani@jam.dev (dani@jam.dev) (@danigrant)