{"id":19714703,"url":"https://github.com/quavedev/blaze-timezone-picker","last_synced_at":"2026-05-15T14:32:32.182Z","repository":{"id":119413319,"uuid":"436621927","full_name":"quavedev/blaze-timezone-picker","owner":"quavedev","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-09T13:28:55.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-27T21:45:05.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quavedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-09T13:12:35.000Z","updated_at":"2021-12-09T13:28:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"492bbe04-d6b9-4a0f-ae7f-c7679b5211d4","html_url":"https://github.com/quavedev/blaze-timezone-picker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quavedev/blaze-timezone-picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fblaze-timezone-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fblaze-timezone-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fblaze-timezone-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fblaze-timezone-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quavedev","download_url":"https://codeload.github.com/quavedev/blaze-timezone-picker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fblaze-timezone-picker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33069851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T22:35:00.640Z","updated_at":"2026-05-15T14:32:32.166Z","avatar_url":"https://github.com/quavedev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timezone Picker\n\nA meteor.js package that allows you to detect client-side timezones and gives you an interface for changing those timezones from user inputs.\n\n## Getting started\n\n### Install\n\nJust run\n\n```\nmeteor add quave:blaze-timezone-picker\n```\n\n### Add the timezone picker calls\n\nNow we just have to add a startup block on the client to detect timezones:\n\n```\n// set the user's timezone\nDeps.autorun(function() {\n  if (!Meteor.user().profile.timezone) {\n    Meteor.users.update(Meteor.userId(), {$set: {\n      'profile.timezone': TimezonePicker.detectedZone()\n    }});\n  }\n});\n```\n\nThen we can add a quick form field to a profile settings form:\n\n```\n{{\u003e timezonePicker class=\"form-group\" selected=timezone}}\n```\n\nThis will inject a select element with all the available moment-timezone timezones as options.\nIf the user's profile is the context for this template, it should pick up the timezone string we set on loading the page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquavedev%2Fblaze-timezone-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquavedev%2Fblaze-timezone-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquavedev%2Fblaze-timezone-picker/lists"}