
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Wanna hold the World Clock in your hands ?? Then its about "time" you use timezonify.
Ruby 1.8.7+, Rails 2.3.16+
Warning for 1.8.7 users : Use at your own risk as Ruby community has dropped support for 1.8.7
Add this line to your application's Gemfile:
gem 'timezonify'
And then execute:
$ bundle
Or install it yourself as:
$ gem install timezonify
If you want to find your current timezone
then simply execute this
Timezonify::Timezone.local_zone #=> "GMT-05"
If you want to find the list of all countries falling in a specific timezone
then execute this
Timezonify::Timezone.find_country_in_timezone("GMT+13") #=> ["Kiribati: Phoenix Islands", "New Zealand ('during Daylight Saving Time')", "Samoa", "South Pole ('during Daylight Saving Time')", "Tonga"]
If you want to find the timezone for a specific time
then execute this
Timezonify::Timezone.timezone_for_time('10:00 AM') #=> "GMT+03:30"
If you want to find the time in a specific timezone
then execute this
Timezonify::Timezone.find_time_at("GMT+5:30") #=> Fri, 21 Feb 2014 11:59:18 IST +05:30
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that timezonify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.