Socket
Socket
Sign inDemoInstall

rails-timezone

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rails-timezone

Convert between Rails ActiveSupport TimeZone names and the IANA Time Zone Database format for node.js and the browser


Version published
Weekly downloads
3.6K
increased by12.12%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 29 Jan 2018

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc