rails-timezone

v1.1.0
Convert between Rails ActiveSupport TimeZone names and the IANA Time Zone Database format for node.js and the browser
timezone rails activesupport iana olsen

rails-timezone-js

The ActiveSupport TimeZone class uses a time zone name format that differs from the format uses by the standard Time Zone Database, maintained by the IANA.

rails-timezone-js provides functions to convert to and from the ActiveSupport time zone names, using the mapping found in ActiveSupport.

This library can be used in both node.js and the browser.

Usage

The library provides two functions:

  • from(timezone): Convert from an ActiveSupport time zone name
  • to(tz): Convert to an ActiveSupport time zone name

node.js

npm install rails-timezone

Browser

The functions are exposed via window.RailsTimeZone

npm i rails-timezone

Metadata

  • Unknown
  • >= 0.8.0
  • David Wood
  • released 1/29/2018

Downloads

Maintainers