Release 0.5.28
Merged pull request #410 from @adgrace:
- Added a method
moment.tz.zonesForCountry(country_code)
which returns all timezones for the country - Added a method
moment.tz(timezone_id).countries()
to get countries for some time zone - Added a method
moment.tz.countries()
to get all country codes - And as you know
moment.tz.names()
already exists