UNPKG

@botonic/plugin-contentful

Version:

Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet

7 lines (6 loc) 249 B
import momentTz from 'moment-timezone'; /** * @return the offset of specified timezone with respect to offset of local timezone * at specified date */ export declare function offsetWithTimeZone(timeZone: momentTz.MomentZone, date: Date): number;