Sha256: 49bf5d0d3ae4a0629edbbe9561af7dff47564ac6714e2a99cbd1ea6b4b827365

Contents?: true

Size: 325 Bytes

Versions: 19

Compression:

Stored size: 325 Bytes

Contents

import { addFormatToken } from '../format/format';

// FORMATTING

addFormatToken('z', 0, 0, 'zoneAbbr');
addFormatToken('zz', 0, 0, 'zoneName');

// MOMENTS

export function getZoneAbbr() {
    return this._isUTC ? 'UTC' : '';
}

export function getZoneName() {
    return this._isUTC ? 'Coordinated Universal Time' : '';
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
card-mod-date-0.15.6 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.15.0 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.14.2 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.14.1 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.14.0 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.13.4 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.13.3 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.13.2 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.13.1 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.13.0 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.11.7 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.12.0 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.11.6 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.11.5 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.11.4 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.11.3 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.11.2 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.11.1 vendor/moment/src/lib/units/timezone.js
card-mod-date-0.11.0 vendor/moment/src/lib/units/timezone.js