cattr-app/frontend-application

View on GitHub
app/core/utils/time.js

Summary

Maintainability
D
1 day
Test Coverage

File time.js has 713 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import moment from 'moment-timezone';
import i18n from '@/i18n';

export function formatDate(date, format = 'YYYY-MM-DD h:mm:ss') {
    return moment(date).format(format);
Severity: Major
Found in app/core/utils/time.js - About 1 day to fix

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········return·moment.utc(getEndOfDayInTimezone(date,·userTimezone)).tz(baseTimezone).format('YYYY-MM-DD·H:mm:ss' with ····return·moment⏎······.utc(getEndOfDayInTimezone(date,·userTimezone))⏎······.tz(baseTimezone)⏎······.format("YYYY-MM-DD·H:mm:ss"
    Open

            return moment.utc(getEndOfDayInTimezone(date, userTimezone)).tz(baseTimezone).format('YYYY-MM-DD H:mm:ss');
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AF:·['Asia/Kabul' with ··AF:·["Asia/Kabul"
    Open

        AF: ['Asia/Kabul'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        AQ: [
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Antarctica/Rothera' with ····"Antarctica/Rothera"
    Open

            'Antarctica/Rothera',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Antarctica/Troll', with "Antarctica/Troll"
    Open

            'Antarctica/Troll',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Argentina/Jujuy' with "America/Argentina/Jujuy"
    Open

            'America/Argentina/Jujuy',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Argentina/Mendoza' with "America/Argentina/Mendoza"
    Open

            'America/Argentina/Mendoza',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Australia/Darwin' with "Australia/Darwin"
    Open

            'Australia/Darwin',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··const·duration·=·moment.duration(+time,·'seconds' with const·duration·=·moment.duration(+time,·"seconds"
    Open

        const duration = moment.duration(+time, 'seconds');
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····return·moment().format('YYYY-MM-DD' with ··return·moment().format("YYYY-MM-DD"
    Open

        return moment().format('YYYY-MM-DD');
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····return·moment(date).add(1,·'day').format('YYYY-MM-DD' with ··return·moment(date).add(1,·"day").format("YYYY-MM-DD"
    Open

        return moment(date).add(1, 'day').format('YYYY-MM-DD');
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Argentina/Tucuman' with "America/Argentina/Tucuman"
    Open

            'America/Argentina/Tucuman',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Antarctica/Macquarie' with "Antarctica/Macquarie"
    Open

            'Antarctica/Macquarie',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace 'moment-timezone' with "moment-timezone"
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        const durationAsSeconds = duration.asSeconds();
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        if (startOfDay) {
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Argentina/Buenos_Aires' with "America/Argentina/Buenos_Aires"
    Open

            'America/Argentina/Buenos_Aires',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace 'YYYY-MM-DD·h:mm:ss' with "YYYY-MM-DD·h:mm:ss"
    Open

    export function formatDate(date, format = 'YYYY-MM-DD h:mm:ss') {
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Argentina/San_Juan' with ····"America/Argentina/San_Juan"
    Open

            'America/Argentina/San_Juan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Antarctica/DumontDUrville' with "Antarctica/DumontDUrville"
    Open

            'Antarctica/DumontDUrville',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Argentina/San_Luis' with "America/Argentina/San_Luis"
    Open

            'America/Argentina/San_Luis',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        ],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Australia/Lord_Howe' with "Australia/Lord_Howe"
    Open

            'Australia/Lord_Howe',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Australia/Perth' with "Australia/Perth"
    Open

            'Australia/Perth',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AD:·['Europe/Andorra' with ··AD:·["Europe/Andorra"
    Open

        AD: ['Europe/Andorra'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Argentina/Rio_Gallegos' with "America/Argentina/Rio_Gallegos"
    Open

            'America/Argentina/Rio_Gallegos',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Australia/Queensland' with ····"Australia/Queensland"
    Open

            'Australia/Queensland',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Australia/Tasmania' with ····"Australia/Tasmania"
    Open

            'Australia/Tasmania',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Definition for rule 'vue/attributes-order' was not found
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace '@/i18n' with "@/i18n"
    Open

    import i18n from '@/i18n';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····return·${hours}${i18n.t('time.h')}·${minutes}${i18n.t('time.m'with··return·${hours}${i18n.t("time.h")}·${minutes}${i18n.t("time.m"
    Open

        return `${hours}${i18n.t('time.h')} ${minutes}${i18n.t('time.m')}`;
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        return moment(date).fromNow();
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··return·moment(date).format('YYYY-MM-DD' with return·moment(date).format("YYYY-MM-DD"
    Open

        return moment(date).format('YYYY-MM-DD');
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AG:·['America/Antigua' with ··AG:·["America/Antigua"
    Open

        AG: ['America/Antigua'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Antarctica/McMurdo' with "Antarctica/McMurdo"
    Open

            'Antarctica/McMurdo',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Australia/Currie' with "Australia/Currie"
    Open

            'Australia/Currie',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Australia/Eucla' with "Australia/Eucla"
    Open

            'Australia/Eucla',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        ],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AI:·['America/Anguilla' with ··AI:·["America/Anguilla"
    Open

        AI: ['America/Anguilla'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AM:·['Asia/Yerevan' with ··AM:·["Asia/Yerevan"
    Open

        AM: ['Asia/Yerevan'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Antarctica/Casey' with "Antarctica/Casey"
    Open

            'Antarctica/Casey',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AS:·['Pacific/Pago_Pago',·'Pacific/Samoa' with ··AS:·["Pacific/Pago_Pago",·"Pacific/Samoa"
    Open

        AS: ['Pacific/Pago_Pago', 'Pacific/Samoa'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Australia/Melbourne' with "Australia/Melbourne"
    Open

            'Australia/Melbourne',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Australia/Victoria', with ····"Australia/Victoria"
    Open

            'Australia/Victoria',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace date,·baseTimezone,·userTimezone,·startOfDay·=·true with ⏎··date,⏎··baseTimezone,⏎··userTimezone,⏎··startOfDay·=·true⏎
    Open

    export function getDateWithTimezoneDifference(date, baseTimezone, userTimezone, startOfDay = true) {
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AL:·['Europe/Tirane' with ··AL:·["Europe/Tirane"
    Open

        AL: ['Europe/Tirane'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Antarctica/Davis' with "Antarctica/Davis"
    Open

            'Antarctica/Davis',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Argentina/La_Rioja' with ····"America/Argentina/La_Rioja"
    Open

            'America/Argentina/La_Rioja',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Australia/Sydney' with ····"Australia/Sydney"
    Open

            'Australia/Sydney',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Antarctica/Vostok' with "Antarctica/Vostok"
    Open

            'Antarctica/Vostok',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Argentina/Salta' with "America/Argentina/Salta"
    Open

            'America/Argentina/Salta',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Argentina/Ushuaia', with "America/Argentina/Ushuaia"
    Open

            'America/Argentina/Ushuaia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Australia/Hobart' with "Australia/Hobart"
    Open

            'Australia/Hobart',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        const minutes = Math.round(duration.asMinutes()) - 60 * hours;
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AO:·['Africa/Luanda' with ··AO:·["Africa/Luanda"
    Open

        AO: ['Africa/Luanda'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        ],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        const hours = Math.floor(duration.asHours());
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        } else {
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        }
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Antarctica/Palmer' with ····"Antarctica/Palmer"
    Open

            'Antarctica/Palmer',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Antarctica/Mawson' with ····"Antarctica/Mawson"
    Open

            'Antarctica/Mawson',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Argentina/Cordoba' with "America/Argentina/Cordoba"
    Open

            'America/Argentina/Cordoba',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Australia/Brisbane' with ····"Australia/Brisbane"
    Open

            'Australia/Brisbane',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····UTC:·['UTC' with ··UTC:·["UTC"
    Open

        UTC: ['UTC'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Antarctica/Syowa' with "Antarctica/Syowa"
    Open

            'Antarctica/Syowa',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Australia/Lindeman' with "Australia/Lindeman"
    Open

            'Australia/Lindeman',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        return moment(date).format(format);
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····return·${durationAsSeconds}${i18n.t('time.s'withreturn·${durationAsSeconds}${i18n.t("time.s"
    Open

            return `${durationAsSeconds}${i18n.t('time.s')}`;
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····return·moment.tz(date,·timezone).endOf('day' with ··return·moment.tz(date,·timezone).endOf("day"
    Open

        return moment.tz(date, timezone).endOf('day').toISOString();
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        AR: [
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Argentina/Catamarca' with ····"America/Argentina/Catamarca"
    Open

            'America/Argentina/Catamarca',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        AU: [
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Australia/Broken_Hill' with ····"Australia/Broken_Hill"
    Open

            'Australia/Broken_Hill',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··AT:·['Europe/Vienna' with AT:·["Europe/Vienna"
    Open

        AT: ['Europe/Vienna'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Australia/Canberra' with "Australia/Canberra"
    Open

            'Australia/Canberra',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AW:·['America/Aruba' with ··AW:·["America/Aruba"
    Open

        AW: ['America/Aruba'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Australia/Adelaide' with "Australia/Adelaide"
    Open

            'Australia/Adelaide',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ···· with ··
    Open

        }
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AE:·['Asia/Dubai' with ··AE:·["Asia/Dubai"
    Open

        AE: ['Asia/Dubai'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
    Open

    import moment from 'moment-timezone';
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        if (durationAsSeconds > 0 && durationAsSeconds < 60) {
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····return·moment(date).startOf('day' with ··return·moment(date).startOf("day"
    Open

        return moment(date).startOf('day').toISOString();
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··return·moment(date).endOf('day' with return·moment(date).endOf("day"
    Open

        return moment(date).endOf('day').toISOString();
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··return·moment.tz(date,·timezone).startOf('day' with return·moment.tz(date,·timezone).startOf("day"
    Open

        return moment.tz(date, timezone).startOf('day').toISOString();
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········return·moment.utc(getStartOfDayInTimezone(date,·userTimezone)).tz(baseTimezone).format('YYYY-MM-DD·H:mm:ss' with ····return·moment⏎······.utc(getStartOfDayInTimezone(date,·userTimezone))⏎······.tz(baseTimezone)⏎······.format("YYYY-MM-DD·H:mm:ss"
    Open

            return moment.utc(getStartOfDayInTimezone(date, userTimezone)).tz(baseTimezone).format('YYYY-MM-DD H:mm:ss');
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BH:·['Asia/Bahrain' with ··BH:·["Asia/Bahrain"
    Open

        BH: ['Asia/Bahrain'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Winnipeg' with "America/Winnipeg"
    Open

            'America/Winnipeg',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Edmonton' with "America/Edmonton"
    Open

            'America/Edmonton',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CK:·['Pacific/Rarotonga' with ··CK:·["Pacific/Rarotonga"
    Open

        CK: ['Pacific/Rarotonga'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··DJ:·['Africa/Djibouti' with DJ:·["Africa/Djibouti"
    Open

        DJ: ['Africa/Djibouti'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GF:·['America/Cayenne' with ··GF:·["America/Cayenne"
    Open

        GF: ['America/Cayenne'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IM:·['Europe/Isle_of_Man' with ··IM:·["Europe/Isle_of_Man"
    Open

        IM: ['Europe/Isle_of_Man'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IN:·['Asia/Kolkata' with ··IN:·["Asia/Kolkata"
    Open

        IN: ['Asia/Kolkata'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BD:·['Asia/Dhaka' with ··BD:·["Asia/Dhaka"
    Open

        BD: ['Asia/Dhaka'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BL:·['America/St_Barthelemy' with ··BL:·["America/St_Barthelemy"
    Open

        BL: ['America/St_Barthelemy'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BS:·['America/Nassau' with BS:·["America/Nassau"
    Open

        BS: ['America/Nassau'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BT:·['Asia/Thimphu' with ··BT:·["Asia/Thimphu"
    Open

        BT: ['Asia/Thimphu'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CI:·['Africa/Abidjan' with ··CI:·["Africa/Abidjan"
    Open

        CI: ['Africa/Abidjan'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CY:·['Asia/Nicosia' with CY:·["Asia/Nicosia"
    Open

        CY: ['Asia/Nicosia'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····EC:·['America/Guayaquil',·'Pacific/Galapagos' with ··EC:·["America/Guayaquil",·"Pacific/Galapagos"
    Open

        EC: ['America/Guayaquil', 'Pacific/Galapagos'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····FK:·['Atlantic/Stanley' with ··FK:·["Atlantic/Stanley"
    Open

        FK: ['Atlantic/Stanley'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GA:·['Africa/Libreville' with ··GA:·["Africa/Libreville"
    Open

        GA: ['Africa/Libreville'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····HR:·['Europe/Zagreb' with ··HR:·["Europe/Zagreb"
    Open

        HR: ['Europe/Zagreb'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BO:·['America/La_Paz' with ··BO:·["America/La_Paz"
    Open

        BO: ['America/La_Paz'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        ],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Glace_Bay' with "America/Glace_Bay"
    Open

            'America/Glace_Bay',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Dawson_Creek' with "America/Dawson_Creek"
    Open

            'America/Dawson_Creek',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        ],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CF:·['Africa/Bangui' with ··CF:·["Africa/Bangui"
    Open

        CF: ['Africa/Bangui'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····DE:·['Europe/Berlin' with ··DE:·["Europe/Berlin"
    Open

        DE: ['Europe/Berlin'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····DK:·['Europe/Copenhagen' with ··DK:·["Europe/Copenhagen"
    Open

        DK: ['Europe/Copenhagen'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····FM:·['Pacific/Chuuk',·'Pacific/Pohnpei',·'Pacific/Kosrae' with ··FM:·["Pacific/Chuuk",·"Pacific/Pohnpei",·"Pacific/Kosrae"
    Open

        FM: ['Pacific/Chuuk', 'Pacific/Pohnpei', 'Pacific/Kosrae'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GH:·['Africa/Accra' with ··GH:·["Africa/Accra"
    Open

        GH: ['Africa/Accra'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GM:·['Africa/Banjul' with ··GM:·["Africa/Banjul"
    Open

        GM: ['Africa/Banjul'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GN:·['Africa/Conakry' with ··GN:·["Africa/Conakry"
    Open

        GN: ['Africa/Conakry'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ID:·['Asia/Jakarta',·'Asia/Pontianak',·'Asia/Makassar',·'Asia/Jayapura' with ··ID:·["Asia/Jakarta",·"Asia/Pontianak",·"Asia/Makassar",·"Asia/Jayapura"
    Open

        ID: ['Asia/Jakarta', 'Asia/Pontianak', 'Asia/Makassar', 'Asia/Jayapura'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BZ:·['America/Belize' with ··BZ:·["America/Belize"
    Open

        BZ: ['America/Belize'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····EG:·['Egypt' with ··EG:·["Egypt"
    Open

        EG: ['Egypt'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····FI:·['Europe/Helsinki' with ··FI:·["Europe/Helsinki"
    Open

        FI: ['Europe/Helsinki'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GE:·['Asia/Tbilisi' with ··GE:·["Asia/Tbilisi"
    Open

        GE: ['Asia/Tbilisi'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GQ:·['Africa/Malabo' with ··GQ:·["Africa/Malabo"
    Open

        GQ: ['Africa/Malabo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····HK:·['Asia/Hong_Kong' with ··HK:·["Asia/Hong_Kong"
    Open

        HK: ['Asia/Hong_Kong'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IL:·['Asia/Jerusalem' with ··IL:·["Asia/Jerusalem"
    Open

        IL: ['Asia/Jerusalem'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Bahia' with ····"America/Bahia"
    Open

            'America/Bahia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Eirunepe' with ····"America/Eirunepe"
    Open

            'America/Eirunepe',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Blanc-Sablon' with "America/Blanc-Sablon"
    Open

            'America/Blanc-Sablon',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Regina' with ····"America/Regina"
    Open

            'America/Regina',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CM:·['Africa/Douala' with ],⏎··CM:·["Africa/Douala"
    Open

        CM: ['Africa/Douala'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····EH:·['Africa/El_Aaiun' with ··EH:·["Africa/El_Aaiun"
    Open

        EH: ['Africa/El_Aaiun'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··AX:·['Europe/Mariehamn' with AX:·["Europe/Mariehamn"
    Open

        AX: ['Europe/Mariehamn'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Halifax' with "America/Halifax"
    Open

            'America/Halifax',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Rankin_Inlet' with "America/Rankin_Inlet"
    Open

            'America/Rankin_Inlet',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Canada/Mountain' with "Canada/Mountain"
    Open

            'Canada/Mountain',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Canada/Newfoundland' with "Canada/Newfoundland"
    Open

            'Canada/Newfoundland',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CX:·['Indian/Christmas' with ··CX:·["Indian/Christmas"
    Open

        CX: ['Indian/Christmas'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····DZ:·['Africa/Algiers' with ··DZ:·["Africa/Algiers"
    Open

        DZ: ['Africa/Algiers'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IT:·['Europe/Rome' with ··IT:·["Europe/Rome"
    Open

        IT: ['Europe/Rome'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BA:·['Europe/Sarajevo' with ··BA:·["Europe/Sarajevo"
    Open

        BA: ['Europe/Sarajevo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BN:·['Asia/Brunei' with ··BN:·["Asia/Brunei"
    Open

        BN: ['Asia/Brunei'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Araguaina' with "America/Araguaina"
    Open

            'America/Araguaina',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Inuvik' with "America/Inuvik"
    Open

            'America/Inuvik',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Vancouver' with ····"America/Vancouver"
    Open

            'America/Vancouver',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Montreal' with "America/Montreal"
    Open

            'America/Montreal',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CR:·['America/Costa_Rica' with ··CR:·["America/Costa_Rica"
    Open

        CR: ['America/Costa_Rica'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ER:·['Africa/Asmara' with ··ER:·["Africa/Asmara"
    Open

        ER: ['Africa/Asmara'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BB:·['America/Barbados' with BB:·["America/Barbados"
    Open

        BB: ['America/Barbados'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        BR: [
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        CA: [
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Goose_Bay' with "America/Goose_Bay"
    Open

            'America/Goose_Bay',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Pangnirtung' with "America/Pangnirtung"
    Open

            'America/Pangnirtung',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Canada/Saskatchewan' with ····"Canada/Saskatchewan"
    Open

            'Canada/Saskatchewan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CH:·['Europe/Zurich' with CH:·["Europe/Zurich"
    Open

        CH: ['Europe/Zurich'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CO:·['America/Bogota' with ],⏎··CO:·["America/Bogota"
    Open

        CO: ['America/Bogota'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··GD:·['America/Grenada' with GD:·["America/Grenada"
    Open

        GD: ['America/Grenada'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····JE:·['Europe/Jersey' with ··JE:·["Europe/Jersey"
    Open

        JE: ['Europe/Jersey'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BF:·['Africa/Ouagadougou' with BF:·["Africa/Ouagadougou"
    Open

        BF: ['Africa/Ouagadougou'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BI:·['Africa/Bujumbura' with BI:·["Africa/Bujumbura"
    Open

        BI: ['Africa/Bujumbura'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Fortaleza' with "America/Fortaleza"
    Open

            'America/Fortaleza',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Dawson' with ····"America/Dawson"
    Open

            'America/Dawson',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Canada/Atlantic' with "Canada/Atlantic"
    Open

            'Canada/Atlantic',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CU:·['America/Havana' with ··CU:·["America/Havana"
    Open

        CU: ['America/Havana'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····DM:·['America/Dominica' with ··DM:·["America/Dominica"
    Open

        DM: ['America/Dominica'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····FO:·['Atlantic/Faroe' with ··FO:·["Atlantic/Faroe"
    Open

        FO: ['Atlantic/Faroe'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GB:·['Europe/London' with ··GB:·["Europe/London"
    Open

        GB: ['Europe/London'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GR:·['Europe/Athens' with ··GR:·["Europe/Athens"
    Open

        GR: ['Europe/Athens'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IE:·['Europe/Dublin' with ··IE:·["Europe/Dublin"
    Open

        IE: ['Europe/Dublin'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/St_Johns' with "America/St_Johns"
    Open

            'America/St_Johns',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Toronto' with ····"America/Toronto"
    Open

            'America/Toronto',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Rainy_River' with ····"America/Rainy_River"
    Open

            'America/Rainy_River',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Cambridge_Bay' with "America/Cambridge_Bay"
    Open

            'America/Cambridge_Bay',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Canada/Central' with "Canada/Central"
    Open

            'Canada/Central',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CD:·['Africa/Kinshasa',·'Africa/Lubumbashi' with CD:·["Africa/Kinshasa",·"Africa/Lubumbashi"
    Open

        CD: ['Africa/Kinshasa', 'Africa/Lubumbashi'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GI:·['Europe/Gibraltar' with ··GI:·["Europe/Gibraltar"
    Open

        GI: ['Europe/Gibraltar'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··GL:·['America/Godthab',·'America/Danmarkshavn',·'America/Scoresbysund',·'America/Thule' with GL:·[⏎····"America/Godthab",⏎····"America/Danmarkshavn",⏎····"America/Scoresbysund",⏎····"America/Thule"⏎··
    Open

        GL: ['America/Godthab', 'America/Danmarkshavn', 'America/Scoresbysund', 'America/Thule'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GW:·['Africa/Bissau' with ··GW:·["Africa/Bissau"
    Open

        GW: ['Africa/Bissau'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Rio_Branco', with ····"America/Rio_Branco"
    Open

            'America/Rio_Branco',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Nipigon' with ····"America/Nipigon"
    Open

            'America/Nipigon',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Iqaluit' with "America/Iqaluit"
    Open

            'America/Iqaluit',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Canada/Eastern' with "Canada/Eastern"
    Open

            'Canada/Eastern',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CG:·['Africa/Brazzaville' with ··CG:·["Africa/Brazzaville"
    Open

        CG: ['Africa/Brazzaville'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CN:·['Asia/Shanghai',·'Asia/Harbin',·'Asia/Chongqing',·'Asia/Urumqi',·'Asia/Kashgar'], with ··CN:·[⏎····"Asia/Shanghai",⏎····"Asia/Harbin",⏎····"Asia/Chongqing",⏎····"Asia/Urumqi",⏎····"Asia/Kashgar"
    Open

        CN: ['Asia/Shanghai', 'Asia/Harbin', 'Asia/Chongqing', 'Asia/Urumqi', 'Asia/Kashgar'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CV:·['Atlantic/Cape_Verde' with CV:·["Atlantic/Cape_Verde"
    Open

        CV: ['Atlantic/Cape_Verde'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··DO:·['America/Santo_Domingo' with DO:·["America/Santo_Domingo"
    Open

        DO: ['America/Santo_Domingo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····EE:·['Europe/Tallinn' with ··EE:·["Europe/Tallinn"
    Open

        EE: ['Europe/Tallinn'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ES:·['Europe/Madrid',·'Africa/Ceuta',·'Atlantic/Canary' with ··ES:·["Europe/Madrid",·"Africa/Ceuta",·"Atlantic/Canary"
    Open

        ES: ['Europe/Madrid', 'Africa/Ceuta', 'Atlantic/Canary'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··FJ:·['Pacific/Fiji' with FJ:·["Pacific/Fiji"
    Open

        FJ: ['Pacific/Fiji'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IS:·['Atlantic/Reykjavik' with ··IS:·["Atlantic/Reykjavik"
    Open

        IS: ['Atlantic/Reykjavik'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AZ:·['Asia/Baku' with ··AZ:·["Asia/Baku"
    Open

        AZ: ['Asia/Baku'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BQ:·['America/Kralendijk' with BQ:·["America/Kralendijk"
    Open

        BQ: ['America/Kralendijk'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Noronha' with "America/Noronha"
    Open

            'America/Noronha',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Belem' with "America/Belem"
    Open

            'America/Belem',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Maceio' with ····"America/Maceio"
    Open

            'America/Maceio',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Cuiaba' with "America/Cuiaba"
    Open

            'America/Cuiaba',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Boa_Vista' with "America/Boa_Vista"
    Open

            'America/Boa_Vista',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Manaus' with "America/Manaus"
    Open

            'America/Manaus',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BW:·['Africa/Gaborone' with ··BW:·["Africa/Gaborone"
    Open

        BW: ['Africa/Gaborone'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Yellowknife' with "America/Yellowknife"
    Open

            'America/Yellowknife',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CZ:·['Europe/Prague' with ··CZ:·["Europe/Prague"
    Open

        CZ: ['Europe/Prague'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GS:·['Atlantic/South_Georgia' with ··GS:·["Atlantic/South_Georgia"
    Open

        GS: ['Atlantic/South_Georgia'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BJ:·['Africa/Porto-Novo' with ··BJ:·["Africa/Porto-Novo"
    Open

        BJ: ['Africa/Porto-Novo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BY:·['Europe/Minsk' with BY:·["Europe/Minsk"
    Open

        BY: ['Europe/Minsk'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Moncton' with "America/Moncton"
    Open

            'America/Moncton',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CC:·['Indian/Cocos' with ··CC:·["Indian/Cocos"
    Open

        CC: ['Indian/Cocos'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GT:·['America/Guatemala' with ··GT:·["America/Guatemala"
    Open

        GT: ['America/Guatemala'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GY:·['America/Guyana' with ··GY:·["America/Guyana"
    Open

        GY: ['America/Guyana'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IO:·['Indian/Chagos' with ··IO:·["Indian/Chagos"
    Open

        IO: ['Indian/Chagos'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IQ:·['Asia/Baghdad' with ··IQ:·["Asia/Baghdad"
    Open

        IQ: ['Asia/Baghdad'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BE:·['Europe/Brussels' with ··BE:·["Europe/Brussels"
    Open

        BE: ['Europe/Brussels'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Santarem' with "America/Santarem"
    Open

            'America/Santarem',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Thunder_Bay' with ····"America/Thunder_Bay"
    Open

            'America/Thunder_Bay',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Resolute' with "America/Resolute"
    Open

            'America/Resolute',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Atikokan' with "America/Atikokan"
    Open

            'America/Atikokan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Swift_Current' with ····"America/Swift_Current"
    Open

            'America/Swift_Current',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Canada/Pacific' with ····"Canada/Pacific"
    Open

            'Canada/Pacific',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CW:·['America/Curacao' with ··CW:·["America/Curacao"
    Open

        CW: ['America/Curacao'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ET:·['Africa/Addis_Ababa' with ··ET:·["Africa/Addis_Ababa"
    Open

        ET: ['Africa/Addis_Ababa'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··FR:·['Europe/Paris' with FR:·["Europe/Paris"
    Open

        FR: ['Europe/Paris'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····HN:·['America/Tegucigalpa' with ··HN:·["America/Tegucigalpa"
    Open

        HN: ['America/Tegucigalpa'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····HU:·['Europe/Budapest' with ··HU:·["Europe/Budapest"
    Open

        HU: ['Europe/Budapest'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BM:·['Atlantic/Bermuda' with ··BM:·["Atlantic/Bermuda"
    Open

        BM: ['Atlantic/Bermuda'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Recife' with "America/Recife"
    Open

            'America/Recife',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Sao_Paulo' with ····"America/Sao_Paulo"
    Open

            'America/Sao_Paulo',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Campo_Grande' with "America/Campo_Grande"
    Open

            'America/Campo_Grande',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Porto_Velho' with "America/Porto_Velho"
    Open

            'America/Porto_Velho',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Canada/Yukon', with ····"Canada/Yukon"
    Open

            'Canada/Yukon',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CL:·['America/Santiago',·'Pacific/Easter',·'Chile/Continental',·'Chile/EasterIsland'], with CL:·[⏎····"America/Santiago",⏎····"Pacific/Easter",⏎····"Chile/Continental",⏎····"Chile/EasterIsland"
    Open

        CL: ['America/Santiago', 'Pacific/Easter', 'Chile/Continental', 'Chile/EasterIsland'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GP:·['America/Guadeloupe' with ··GP:·["America/Guadeloupe"
    Open

        GP: ['America/Guadeloupe'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····HT:·['America/Port-au-Prince' with ··HT:·["America/Port-au-Prince"
    Open

        HT: ['America/Port-au-Prince'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IR:·['Asia/Tehran' with ··IR:·["Asia/Tehran"
    Open

        IR: ['Asia/Tehran'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····JM:·['America/Jamaica' with ··JM:·["America/Jamaica"
    Open

        JM: ['America/Jamaica'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BG:·['Europe/Sofia' with ··BG:·["Europe/Sofia"
    Open

        BG: ['Europe/Sofia'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Creston' with "America/Creston"
    Open

            'America/Creston',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Whitehorse' with ····"America/Whitehorse"
    Open

            'America/Whitehorse',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··GG:·['Europe/Guernsey' with GG:·["Europe/Guernsey"
    Open

        GG: ['Europe/Guernsey'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GU:·['Pacific/Guam' with ··GU:·["Pacific/Guam"
    Open

        GU: ['Pacific/Guam'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MD:·['Europe/Chisinau' with ··MD:·["Europe/Chisinau"
    Open

        MD: ['Europe/Chisinau'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ME:·['Europe/Podgorica' with ··ME:·["Europe/Podgorica"
    Open

        ME: ['Europe/Podgorica'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MR:·['Africa/Nouakchott' with ··MR:·["Africa/Nouakchott"
    Open

        MR: ['Africa/Nouakchott'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MS:·['America/Montserrat' with ··MS:·["America/Montserrat"
    Open

        MS: ['America/Montserrat'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Asia/Khandyga' with ····"Asia/Khandyga"
    Open

            'Asia/Khandyga',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SG:·['Asia/Singapore' with ··SG:·["Asia/Singapore"
    Open

        SG: ['Asia/Singapore'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TD:·['Africa/Ndjamena' with ··TD:·["Africa/Ndjamena"
    Open

        TD: ['Africa/Ndjamena'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··TG:·['Africa/Lome' with TG:·["Africa/Lome"
    Open

        TG: ['Africa/Lome'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TW:·['Asia/Taipei' with ··TW:·["Asia/Taipei"
    Open

        TW: ['Asia/Taipei'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··KM:·['Indian/Comoro' with KM:·["Indian/Comoro"
    Open

        KM: ['Indian/Comoro'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KN:·['America/St_Kitts' with ··KN:·["America/St_Kitts"
    Open

        KN: ['America/St_Kitts'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··KR:·['Asia/Seoul' with KR:·["Asia/Seoul"
    Open

        KR: ['Asia/Seoul'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LY:·['Africa/Tripoli' with ··LY:·["Africa/Tripoli"
    Open

        LY: ['Africa/Tripoli'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MO:·['Asia/Macau' with ··MO:·["Asia/Macau"
    Open

        MO: ['Asia/Macau'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NC:·['Pacific/Noumea' with ··NC:·["Pacific/Noumea"
    Open

        NC: ['Pacific/Noumea'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PE:·['America/Lima' with ··PE:·["America/Lima"
    Open

        PE: ['America/Lima'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Yekaterinburg' with "Asia/Yekaterinburg"
    Open

            'Asia/Yekaterinburg',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Irkutsk' with "Asia/Irkutsk"
    Open

            'Asia/Irkutsk',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        ],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SC:·['Indian/Mahe' with ··SC:·["Indian/Mahe"
    Open

        SC: ['Indian/Mahe'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SZ:·['Africa/Mbabane' with ··SZ:·["Africa/Mbabane"
    Open

        SZ: ['Africa/Mbabane'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··TK:·['Pacific/Fakaofo' with TK:·["Pacific/Fakaofo"
    Open

        TK: ['Pacific/Fakaofo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KH:·['Asia/Phnom_Penh' with ··KH:·["Asia/Phnom_Penh"
    Open

        KH: ['Asia/Phnom_Penh'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MP:·['Pacific/Saipan' with ··MP:·["Pacific/Saipan"
    Open

        MP: ['Pacific/Saipan'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Mexico_City' with "America/Mexico_City"
    Open

            'America/Mexico_City',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MY:·['Asia/Kuala_Lumpur',·'Asia/Kuching' with ··MY:·["Asia/Kuala_Lumpur",·"Asia/Kuching"
    Open

        MY: ['Asia/Kuala_Lumpur', 'Asia/Kuching'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NA:·['Africa/Windhoek' with ··NA:·["Africa/Windhoek"
    Open

        NA: ['Africa/Windhoek'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····RS:·['Europe/Belgrade' with ··RS:·["Europe/Belgrade"
    Open

        RS: ['Europe/Belgrade'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SA:·['Asia/Riyadh' with SA:·["Asia/Riyadh"
    Open

        SA: ['Asia/Riyadh'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··TC:·['America/Grand_Turk' with TC:·["America/Grand_Turk"
    Open

        TC: ['America/Grand_Turk'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TH:·['Asia/Bangkok' with ··TH:·["Asia/Bangkok"
    Open

        TH: ['Asia/Bangkok'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MC:·['Europe/Monaco' with ··MC:·["Europe/Monaco"
    Open

        MC: ['Europe/Monaco'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Monterrey' with "America/Monterrey"
    Open

            'America/Monterrey',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        ],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NF:·['Pacific/Norfolk' with ··NF:·["Pacific/Norfolk"
    Open

        NF: ['Pacific/Norfolk'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NL:·['Europe/Amsterdam' with ··NL:·["Europe/Amsterdam"
    Open

        NL: ['Europe/Amsterdam'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NP:·['Asia/Kathmandu' with ··NP:·["Asia/Kathmandu"
    Open

        NP: ['Asia/Kathmandu'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Europe/Simferopol' with ····"Europe/Simferopol"
    Open

            'Europe/Simferopol',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Novosibirsk' with "Asia/Novosibirsk"
    Open

            'Asia/Novosibirsk',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Novokuznetsk' with "Asia/Novokuznetsk"
    Open

            'Asia/Novokuznetsk',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SL:·['Africa/Freetown' with ··SL:·["Africa/Freetown"
    Open

        SL: ['Africa/Freetown'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SN:·['Africa/Dakar' with SN:·["Africa/Dakar"
    Open

        SN: ['Africa/Dakar'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··TN:·['Africa/Tunis' with TN:·["Africa/Tunis"
    Open

        TN: ['Africa/Tunis'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LB:·['Asia/Beirut' with ··LB:·["Asia/Beirut"
    Open

        LB: ['Asia/Beirut'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LU:·['Europe/Luxembourg' with ··LU:·["Europe/Luxembourg"
    Open

        LU: ['Europe/Luxembourg'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MF:·['America/Marigot' with ··MF:·["America/Marigot"
    Open

        MF: ['America/Marigot'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MW:·['Africa/Blantyre' with ··MW:·["Africa/Blantyre"
    Open

        MW: ['Africa/Blantyre'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        MX: [
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PH:·['Asia/Manila' with ··PH:·["Asia/Manila"
    Open

        PH: ['Asia/Manila'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PK:·['Asia/Karachi' with ··PK:·["Asia/Karachi"
    Open

        PK: ['Asia/Karachi'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PM:·['America/Miquelon' with ··PM:·["America/Miquelon"
    Open

        PM: ['America/Miquelon'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PS:·['Asia/Gaza',·'Asia/Hebron' with ··PS:·["Asia/Gaza",·"Asia/Hebron"
    Open

        PS: ['Asia/Gaza', 'Asia/Hebron'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··PY:·['America/Asuncion' with PY:·["America/Asuncion"
    Open

        PY: ['America/Asuncion'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Anadyr', with "Asia/Anadyr"
    Open

            'Asia/Anadyr',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SI:·['Europe/Ljubljana' with ··SI:·["Europe/Ljubljana"
    Open

        SI: ['Europe/Ljubljana'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TF:·['Indian/Kerguelen' with ··TF:·["Indian/Kerguelen"
    Open

        TF: ['Indian/Kerguelen'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····JO:·['Asia/Amman' with ··JO:·["Asia/Amman"
    Open

        JO: ['Asia/Amman'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LS:·['Africa/Maseru' with ··LS:·["Africa/Maseru"
    Open

        LS: ['Africa/Maseru'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··MN:·['Asia/Ulaanbaatar',·'Asia/Hovd',·'Asia/Choibalsan' with MN:·["Asia/Ulaanbaatar",·"Asia/Hovd",·"Asia/Choibalsan"
    Open

        MN: ['Asia/Ulaanbaatar', 'Asia/Hovd', 'Asia/Choibalsan'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MU:·['Indian/Mauritius' with ··MU:·["Indian/Mauritius"
    Open

        MU: ['Indian/Mauritius'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Merida' with "America/Merida"
    Open

            'America/Merida',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Europe/Volgograd' with ····"Europe/Volgograd"
    Open

            'Europe/Volgograd',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Krasnoyarsk' with "Asia/Krasnoyarsk"
    Open

            'Asia/Krasnoyarsk',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SM:·['Europe/San_Marino' with ··SM:·["Europe/San_Marino"
    Open

        SM: ['Europe/San_Marino'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TM:·['Asia/Ashgabat' with ··TM:·["Asia/Ashgabat"
    Open

        TM: ['Asia/Ashgabat'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Pacific/Honolulu', with "Pacific/Honolulu"
    Open

            'Pacific/Honolulu',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····VC:·['America/St_Vincent' with ··VC:·["America/St_Vincent"
    Open

        VC: ['America/St_Vincent'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····VI:·['America/St_Thomas' with ··VI:·["America/St_Thomas"
    Open

        VI: ['America/St_Thomas'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AQ:·'Antarctica' with ··AQ:·"Antarctica"
    Open

        AQ: 'Antarctica',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··AG:·'Antigua·and·Barbuda' with AG:·"Antigua·and·Barbuda"
    Open

        AG: 'Antigua and Barbuda',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BY:·'Belarus' with ··BY:·"Belarus"
    Open

        BY: 'Belarus',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BJ:·'Benin' with ··BJ:·"Benin"
    Open

        BJ: 'Benin',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MO:·'Macao' with ··MO:·"Macao"
    Open

        MO: 'Macao',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GP:·'Guadeloupe' with ··GP:·"Guadeloupe"
    Open

        GP: 'Guadeloupe',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····VA:·'Vatican·City·State' with ··VA:·"Vatican·City·State"
    Open

        VA: 'Vatican City State',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MQ:·['America/Martinique' with ··MQ:·["America/Martinique"
    Open

        MQ: ['America/Martinique'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Chihuahua' with ····"America/Chihuahua"
    Open

            'America/Chihuahua',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Bahia_Banderas', with "America/Bahia_Banderas"
    Open

            'America/Bahia_Banderas',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SB:·['Pacific/Guadalcanal' with ··SB:·["Pacific/Guadalcanal"
    Open

        SB: ['Pacific/Guadalcanal'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SH:·['Atlantic/St_Helena' with SH:·["Atlantic/St_Helena"
    Open

        SH: ['Atlantic/St_Helena'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Kentucky/Louisville' with "America/Kentucky/Louisville"
    Open

            'America/Kentucky/Louisville',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Indiana/Marengo' with ····"America/Indiana/Marengo"
    Open

            'America/Indiana/Marengo',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Denver' with ····"America/Denver"
    Open

            'America/Denver',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····VE:·['America/Caracas' with ··VE:·["America/Caracas"
    Open

        VE: ['America/Caracas'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AT:·'Austria' with ··AT:·"Austria"
    Open

        AT: 'Austria',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BH:·'Bahrain' with ··BH:·"Bahrain"
    Open

        BH: 'Bahrain',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BA:·'Bosnia·and·Herzegovina' with BA:·"Bosnia·and·Herzegovina"
    Open

        BA: 'Bosnia and Herzegovina',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CC:·'Cocos·(Keeling)·Islands' with ··CC:·"Cocos·(Keeling)·Islands"
    Open

        CC: 'Cocos (Keeling) Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····DO:·'Dominican·Republic' with ··DO:·"Dominican·Republic"
    Open

        DO: 'Dominican Republic',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··GM:·'Gambia' with GM:·"Gambia"
    Open

        GM: 'Gambia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··HT:·'Haiti' with HT:·"Haiti"
    Open

        HT: 'Haiti',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····UG:·['Africa/Kampala' with ··UG:·["Africa/Kampala"
    Open

        UG: ['Africa/Kampala'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BS:·'Bahamas' with ··BS:·"Bahamas"
    Open

        BS: 'Bahamas',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BF:·'Burkina·Faso' with ··BF:·"Burkina·Faso"
    Open

        BF: 'Burkina Faso',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··EG:·'Egypt' with EG:·"Egypt"
    Open

        EG: 'Egypt',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··LA:·['Asia/Vientiane' with ],⏎··LA:·["Asia/Vientiane"
    Open

        LA: ['Asia/Vientiane'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LC:·['America/St_Lucia' with ··LC:·["America/St_Lucia"
    Open

        LC: ['America/St_Lucia'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Tijuana' with "America/Tijuana"
    Open

            'America/Tijuana',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··OM:·['Asia/Muscat' with OM:·["Asia/Muscat"
    Open

        OM: ['Asia/Muscat'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PT:·['Europe/Lisbon',·'Atlantic/Madeira',·'Atlantic/Azores' with ··PT:·["Europe/Lisbon",·"Atlantic/Madeira",·"Atlantic/Azores"
    Open

        PT: ['Europe/Lisbon', 'Atlantic/Madeira', 'Atlantic/Azores'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····QA:·['Asia/Qatar' with ··QA:·["Asia/Qatar"
    Open

        QA: ['Asia/Qatar'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ···· with ··
    Open

        RU: [
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Indiana/Indianapolis' with "America/Indiana/Indianapolis"
    Open

            'America/Indiana/Indianapolis',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/North_Dakota/Beulah' with ····"America/North_Dakota/Beulah"
    Open

            'America/North_Dakota/Beulah',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····UZ:·['Asia/Samarkand',·'Asia/Tashkent' with ··UZ:·["Asia/Samarkand",·"Asia/Tashkent"
    Open

        UZ: ['Asia/Samarkand', 'Asia/Tashkent'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··VG:·['America/Tortola' with VG:·["America/Tortola"
    Open

        VG: ['America/Tortola'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··VU:·['Pacific/Efate' with VU:·["Pacific/Efate"
    Open

        VU: ['Pacific/Efate'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··AW:·'Aruba' with AW:·"Aruba"
    Open

        AW: 'Aruba',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BD:·'Bangladesh' with BD:·"Bangladesh"
    Open

        BD: 'Bangladesh',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BB:·'Barbados' with ··BB:·"Barbados"
    Open

        BB: 'Barbados',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CM:·'Cameroon' with ··CM:·"Cameroon"
    Open

        CM: 'Cameroon',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CK:·'Cook·Islands' with CK:·"Cook·Islands"
    Open

        CK: 'Cook Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GR:·'Greece' with ··GR:·"Greece"
    Open

        GR: 'Greece',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GT:·'Guatemala' with ··GT:·"Guatemala"
    Open

        GT: 'Guatemala',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KE:·['Africa/Nairobi' with ··KE:·["Africa/Nairobi"
    Open

        KE: ['Africa/Nairobi'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KW:·['Asia/Kuwait' with ··KW:·["Asia/Kuwait"
    Open

        KW: ['Asia/Kuwait'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LT:·['Europe/Vilnius' with ··LT:·["Europe/Vilnius"
    Open

        LT: ['Europe/Vilnius'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LV:·['Europe/Riga' with ··LV:·["Europe/Riga"
    Open

        LV: ['Europe/Riga'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MM:·['Asia/Rangoon' with ··MM:·["Asia/Rangoon"
    Open

        MM: ['Asia/Rangoon'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Cancun' with "America/Cancun"
    Open

            'America/Cancun',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Ojinaga' with "America/Ojinaga"
    Open

            'America/Ojinaga',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Asia/Yakutsk' with ····"Asia/Yakutsk"
    Open

            'Asia/Yakutsk',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····RW:·['Africa/Kigali' with ··RW:·["Africa/Kigali"
    Open

        RW: ['Africa/Kigali'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TV:·['Pacific/Funafuti' with ··TV:·["Pacific/Funafuti"
    Open

        TV: ['Pacific/Funafuti'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····UM:·['Pacific/Johnston',·'Pacific/Midway',·'Pacific/Wake' with ··UM:·["Pacific/Johnston",·"Pacific/Midway",·"Pacific/Wake"
    Open

        UM: ['Pacific/Johnston', 'Pacific/Midway', 'Pacific/Wake'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Indiana/Petersburg' with ····"America/Indiana/Petersburg"
    Open

            'America/Indiana/Petersburg',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····UY:·['America/Montevideo' with ··UY:·["America/Montevideo"
    Open

        UY: ['America/Montevideo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ZA:·['Africa/Johannesburg' with ··ZA:·["Africa/Johannesburg"
    Open

        ZA: ['Africa/Johannesburg'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AU:·'Australia' with ··AU:·"Australia"
    Open

        AU: 'Australia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BZ:·'Belize' with ··BZ:·"Belize"
    Open

        BZ: 'Belize',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····VG:·'British·Virgin·Islands' with ··VG:·"British·Virgin·Islands"
    Open

        VG: 'British Virgin Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BN:·'Brunei·Darussalam' with BN:·"Brunei·Darussalam"
    Open

        BN: 'Brunei Darussalam',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        CI: "Côte d'Ivoire",
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GA:·'Gabon' with ··GA:·"Gabon"
    Open

        GA: 'Gabon',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GD:·'Grenada' with ··GD:·"Grenada"
    Open

        GD: 'Grenada',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MK:·['Europe/Skopje' with ··MK:·["Europe/Skopje"
    Open

        MK: ['Europe/Skopje'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NE:·['Africa/Niamey' with ··NE:·["Africa/Niamey"
    Open

        NE: ['Africa/Niamey'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NU:·['Pacific/Niue' with ··NU:·["Pacific/Niue"
    Open

        NU: ['Pacific/Niue'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··PF:·['Pacific/Tahiti',·'Pacific/Marquesas',·'Pacific/Gambier' with PF:·["Pacific/Tahiti",·"Pacific/Marquesas",·"Pacific/Gambier"
    Open

        PF: ['Pacific/Tahiti', 'Pacific/Marquesas', 'Pacific/Gambier'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··PR:·['America/Puerto_Rico' with PR:·["America/Puerto_Rico"
    Open

        PR: ['America/Puerto_Rico'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····RE:·['Indian/Reunion' with ··RE:·["Indian/Reunion"
    Open

        RE: ['Indian/Reunion'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Europe/Moscow' with "Europe/Moscow"
    Open

            'Europe/Moscow',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Omsk' with "Asia/Omsk"
    Open

            'Asia/Omsk',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SK:·['Europe/Bratislava' with SK:·["Europe/Bratislava"
    Open

        SK: ['Europe/Bratislava'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TJ:·['Asia/Dushanbe' with ··TJ:·["Asia/Dushanbe"
    Open

        TJ: ['Asia/Dushanbe'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TL:·['Asia/Dili' with ··TL:·["Asia/Dili"
    Open

        TL: ['Asia/Dili'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··TZ:·['Africa/Dar_es_Salaam' with TZ:·["Africa/Dar_es_Salaam"
    Open

        TZ: ['Africa/Dar_es_Salaam'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BW:·'Botswana' with ··BW:·"Botswana"
    Open

        BW: 'Botswana',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BV:·'Bouvet·Island' with ··BV:·"Bouvet·Island"
    Open

        BV: 'Bouvet Island',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BG:·'Bulgaria' with ··BG:·"Bulgaria"
    Open

        BG: 'Bulgaria',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CV:·'Cape·Verde' with ··CV:·"Cape·Verde"
    Open

        CV: 'Cape Verde',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CF:·'Central·African·Republic' with CF:·"Central·African·Republic"
    Open

        CF: 'Central African Republic',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CL:·'Chile' with ··CL:·"Chile"
    Open

        CL: 'Chile',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····EC:·'Ecuador' with ··EC:·"Ecuador"
    Open

        EC: 'Ecuador',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··FI:·'Finland' with FI:·"Finland"
    Open

        FI: 'Finland',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····FR:·'France' with ··FR:·"France"
    Open

        FR: 'France',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··GN:·'Guinea' with GN:·"Guinea"
    Open

        GN: 'Guinea',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KY:·['America/Cayman' with ··KY:·["America/Cayman"
    Open

        KY: ['America/Cayman'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MA:·['Africa/Casablanca' with ··MA:·["Africa/Casablanca"
    Open

        MA: ['Africa/Casablanca'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MZ:·['Africa/Maputo' with ··MZ:·["Africa/Maputo"
    Open

        MZ: ['Africa/Maputo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PW:·['Pacific/Palau' with ··PW:·["Pacific/Palau"
    Open

        PW: ['Pacific/Palau'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Asia/Vladivostok' with ····"Asia/Vladivostok"
    Open

            'Asia/Vladivostok',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Sakhalin' with "Asia/Sakhalin"
    Open

            'Asia/Sakhalin',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SE:·['Europe/Stockholm' with ··SE:·["Europe/Stockholm"
    Open

        SE: ['Europe/Stockholm'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SJ:·['Arctic/Longyearbyen' with ··SJ:·["Arctic/Longyearbyen"
    Open

        SJ: ['Arctic/Longyearbyen'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ST:·['Africa/Sao_Tome' with ··ST:·["Africa/Sao_Tome"
    Open

        ST: ['Africa/Sao_Tome'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SV:·['America/El_Salvador' with ··SV:·["America/El_Salvador"
    Open

        SV: ['America/El_Salvador'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KG:·['Asia/Bishkek' with ··KG:·["Asia/Bishkek"
    Open

        KG: ['Asia/Bishkek'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Los_Angeles' with "America/Los_Angeles"
    Open

            'America/Los_Angeles',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LI:·['Europe/Vaduz' with ··LI:·["Europe/Vaduz"
    Open

        LI: ['Europe/Vaduz'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CN:·'China' with CN:·"China"
    Open

        CN: 'China',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LR:·['Africa/Monrovia' with ··LR:·["Africa/Monrovia"
    Open

        LR: ['Africa/Monrovia'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····DJ:·'Djibouti' with ··DJ:·"Djibouti"
    Open

        DJ: 'Djibouti',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MH:·['Pacific/Majuro',·'Pacific/Kwajalein' with ··MH:·["Pacific/Majuro",·"Pacific/Kwajalein"
    Open

        MH: ['Pacific/Majuro', 'Pacific/Kwajalein'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··DM:·'Dominica' with DM:·"Dominica"
    Open

        DM: 'Dominica',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GW:·'Guinea-Bissau' with ··GW:·"Guinea-Bissau"
    Open

        GW: 'Guinea-Bissau',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····HM:·'Heard·and·Mcdonald·Islands' with ··HM:·"Heard·and·Mcdonald·Islands"
    Open

        HM: 'Heard and Mcdonald Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··JP:·'Japan' with JP:·"Japan"
    Open

        JP: 'Japan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ML:·['Africa/Bamako' with ··ML:·["Africa/Bamako"
    Open

        ML: ['Africa/Bamako'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NG:·['Africa/Lagos' with ··NG:·["Africa/Lagos"
    Open

        NG: ['Africa/Lagos'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NO:·['Europe/Oslo' with ··NO:·["Europe/Oslo"
    Open

        NO: ['Europe/Oslo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PA:·['America/Panama' with ··PA:·["America/Panama"
    Open

        PA: ['America/Panama'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Magadan' with "Asia/Magadan"
    Open

            'Asia/Magadan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TO:·['Pacific/Tongatapu' with ··TO:·["Pacific/Tongatapu"
    Open

        TO: ['Pacific/Tongatapu'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····UA:·['Europe/Kiev',·'Europe/Uzhgorod',·'Europe/Zaporozhye' with ··UA:·["Europe/Kiev",·"Europe/Uzhgorod",·"Europe/Zaporozhye"
    Open

        UA: ['Europe/Kiev', 'Europe/Uzhgorod', 'Europe/Zaporozhye'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Metlakatla' with ····"America/Metlakatla"
    Open

            'America/Metlakatla',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··YE:·['Asia/Aden' with YE:·["Asia/Aden"
    Open

        YE: ['Asia/Aden'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AD:·'Andorra' with ··AD:·"Andorra"
    Open

        AD: 'Andorra',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··AZ:·'Azerbaijan' with AZ:·"Azerbaijan"
    Open

        AZ: 'Azerbaijan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TD:·'Chad' with ··TD:·"Chad"
    Open

        TD: 'Chad',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ET:·'Ethiopia' with ··ET:·"Ethiopia"
    Open

        ET: 'Ethiopia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GE:·'Georgia' with ··GE:·"Georgia"
    Open

        GE: 'Georgia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··GU:·'Guam' with GU:·"Guam"
    Open

        GU: 'Guam',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GG:·'Guernsey' with ··GG:·"Guernsey"
    Open

        GG: 'Guernsey',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····JO:·'Jordan' with ··JO:·"Jordan"
    Open

        JO: 'Jordan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SG:·'Singapore' with ··SG:·"Singapore"
    Open

        SG: 'Singapore',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GS:·'South·Georgia·and·the·South·Sandwich·Islands' with ··GS:·"South·Georgia·and·the·South·Sandwich·Islands"
    Open

        GS: 'South Georgia and the South Sandwich Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SD:·'Sudan' with ··SD:·"Sudan"
    Open

        SD: 'Sudan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SJ:·'Svalbard·and·Jan·Mayen·Islands' with ··SJ:·"Svalbard·and·Jan·Mayen·Islands"
    Open

        SJ: 'Svalbard and Jan Mayen Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TZ:·'Tanzania' with ··TZ:·"Tanzania"
    Open

        TZ: 'Tanzania',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GB:·'United·Kingdom·(GB)' with ··GB:·"United·Kingdom·(GB)"
    Open

        GB: 'United Kingdom (GB)',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····JP:·['Asia/Tokyo' with ··JP:·["Asia/Tokyo"
    Open

        JP: ['Asia/Tokyo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Hermosillo' with "America/Hermosillo"
    Open

            'America/Hermosillo',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Santa_Isabel' with "America/Santa_Isabel"
    Open

            'America/Santa_Isabel',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PG:·['Pacific/Port_Moresby' with ··PG:·["Pacific/Port_Moresby"
    Open

        PG: ['Pacific/Port_Moresby'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SS:·['Africa/Juba' with SS:·["Africa/Juba"
    Open

        SS: ['Africa/Juba'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SY:·['Asia/Damascus' with ··SY:·["Asia/Damascus"
    Open

        SY: ['Asia/Damascus'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/New_York' with ····"America/New_York"
    Open

            'America/New_York',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Yakutat' with "America/Yakutat"
    Open

            'America/Yakutat',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····WF:·['Pacific/Wallis' with ··WF:·["Pacific/Wallis"
    Open

        WF: ['Pacific/Wallis'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····WS:·['Pacific/Apia' with ··WS:·["Pacific/Apia"
    Open

        WS: ['Pacific/Apia'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ZW:·['Africa/Harare'], with ··ZW:·["Africa/Harare"]
    Open

        ZW: ['Africa/Harare'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AX:·'Aland·Islands' with ··AX:·"Aland·Islands"
    Open

        AX: 'Aland Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AS:·'American·Samoa' with ··AS:·"American·Samoa"
    Open

        AS: 'American Samoa',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CY:·'Cyprus' with ··CY:·"Cyprus"
    Open

        CY: 'Cyprus',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GI:·'Gibraltar' with ··GI:·"Gibraltar"
    Open

        GI: 'Gibraltar',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LV:·'Latvia' with ··LV:·"Latvia"
    Open

        LV: 'Latvia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··NI:·'Nicaragua' with NI:·"Nicaragua"
    Open

        NI: 'Nicaragua',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····RO:·'Romania' with ··RO:·"Romania"
    Open

        RO: 'Romania',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SN:·'Senegal' with SN:·"Senegal"
    Open

        SN: 'Senegal',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····RS:·'Serbia' with ··RS:·"Serbia"
    Open

        RS: 'Serbia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··TC:·'Turks·and·Caicos·Islands' with TC:·"Turks·and·Caicos·Islands"
    Open

        TC: 'Turks and Caicos Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··UA:·'Ukraine' with UA:·"Ukraine"
    Open

        UA: 'Ukraine',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····US:·'United·States·of·America·(USA)' with ··US:·"United·States·of·America·(USA)"
    Open

        US: 'United States of America (USA)',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KP:·['Asia/Pyongyang' with ··KP:·["Asia/Pyongyang"
    Open

        KP: ['Asia/Pyongyang'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MV:·['Indian/Maldives' with ··MV:·["Indian/Maldives"
    Open

        MV: ['Indian/Maldives'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Mazatlan' with ····"America/Mazatlan"
    Open

            'America/Mazatlan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NR:·['Pacific/Nauru' with ··NR:·["Pacific/Nauru"
    Open

        NR: ['Pacific/Nauru'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NZ:·['Pacific/Auckland',·'Pacific/Chatham' with ··NZ:·["Pacific/Auckland",·"Pacific/Chatham"
    Open

        NZ: ['Pacific/Auckland', 'Pacific/Chatham'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PL:·['Europe/Warsaw',·'Poland' with ··PL:·["Europe/Warsaw",·"Poland"
    Open

        PL: ['Europe/Warsaw', 'Poland'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Ust-Nera' with "Asia/Ust-Nera"
    Open

            'Asia/Ust-Nera',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SD:·['Africa/Khartoum' with SD:·["Africa/Khartoum"
    Open

        SD: ['Africa/Khartoum'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SX:·['America/Lower_Princes' with SX:·["America/Lower_Princes"
    Open

        SX: ['America/Lower_Princes'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TR:·['Europe/Istanbul' with ··TR:·["Europe/Istanbul"
    Open

        TR: ['Europe/Istanbul'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··TT:·['America/Port_of_Spain' with TT:·["America/Port_of_Spain"
    Open

        TT: ['America/Port_of_Spain'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Kentucky/Monticello' with "America/Kentucky/Monticello"
    Open

            'America/Kentucky/Monticello',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Indiana/Vevay' with ····"America/Indiana/Vevay"
    Open

            'America/Indiana/Vevay',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Chicago' with "America/Chicago"
    Open

            'America/Chicago',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Indiana/Tell_City' with "America/Indiana/Tell_City"
    Open

            'America/Indiana/Tell_City',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Phoenix' with "America/Phoenix"
    Open

            'America/Phoenix',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Sitka' with "America/Sitka"
    Open

            'America/Sitka',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··ZM:·['Africa/Lusaka' with ZM:·["Africa/Lusaka"
    Open

        ZM: ['Africa/Lusaka'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AM:·'Armenia' with ··AM:·"Armenia"
    Open

        AM: 'Armenia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BT:·'Bhutan' with ··BT:·"Bhutan"
    Open

        BT: 'Bhutan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····HK:·'Hong·Kong' with ··HK:·"Hong·Kong"
    Open

        HK: 'Hong Kong',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CZ:·'Czech·Republic' with CZ:·"Czech·Republic"
    Open

        CZ: 'Czech Republic',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··LY:·'Libya' with LY:·"Libya"
    Open

        LY: 'Libya',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NF:·'Norfolk·Island' with ··NF:·"Norfolk·Island"
    Open

        NF: 'Norfolk Island',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PY:·'Paraguay' with ··PY:·"Paraguay"
    Open

        PY: 'Paraguay',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PL:·'Poland' with ··PL:·"Poland"
    Open

        PL: 'Poland',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····QA:·'Qatar' with ··QA:·"Qatar"
    Open

        QA: 'Qatar',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··KN:·'Saint·Kitts·and·Nevis' with KN:·"Saint·Kitts·and·Nevis"
    Open

        KN: 'Saint Kitts and Nevis',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MF:·'Saint-Martin·(French·part)' with ··MF:·"Saint-Martin·(French·part)"
    Open

        MF: 'Saint-Martin (French part)',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TM:·'Turkmenistan' with ··TM:·"Turkmenistan"
    Open

        TM: 'Turkmenistan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····WF:·'Wallis·and·Futuna·Islands' with ··WF:·"Wallis·and·Futuna·Islands"
    Open

        WF: 'Wallis and Futuna Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KI:·['Pacific/Tarawa',·'Pacific/Enderbury',·'Pacific/Kiritimati' with ··KI:·["Pacific/Tarawa",·"Pacific/Enderbury",·"Pacific/Kiritimati"
    Open

        KI: ['Pacific/Tarawa', 'Pacific/Enderbury', 'Pacific/Kiritimati'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NI:·['America/Managua' with ··NI:·["America/Managua"
    Open

        NI: ['America/Managua'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Europe/Kaliningrad' with "Europe/Kaliningrad"
    Open

            'Europe/Kaliningrad',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'Europe/Samara' with ····"Europe/Samara"
    Open

            'Europe/Samara',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'Asia/Kamchatka' with "Asia/Kamchatka"
    Open

            'Asia/Kamchatka',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SO:·['Africa/Mogadishu' with ··SO:·["Africa/Mogadishu"
    Open

        SO: ['Africa/Mogadishu'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SR:·['America/Paramaribo' with ··SR:·["America/Paramaribo"
    Open

        SR: ['America/Paramaribo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Detroit' with "America/Detroit"
    Open

            'America/Detroit',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/North_Dakota/Center' with "America/North_Dakota/Center"
    Open

            'America/North_Dakota/Center',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····YT:·['Indian/Mayotte' with ··YT:·["Indian/Mayotte"
    Open

        YT: ['Indian/Mayotte'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··AF:·'Afghanistan' with AF:·"Afghanistan"
    Open

        AF: 'Afghanistan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AL:·'Albania' with ··AL:·"Albania"
    Open

        AL: 'Albania',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CX:·'Christmas·Island' with CX:·"Christmas·Island"
    Open

        CX: 'Christmas Island',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CR:·'Costa·Rica' with ··CR:·"Costa·Rica"
    Open

        CR: 'Costa Rica',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····DE:·'Germany' with ··DE:·"Germany"
    Open

        DE: 'Germany',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GY:·'Guyana' with ··GY:·"Guyana"
    Open

        GY: 'Guyana',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IS:·'Iceland' with ··IS:·"Iceland"
    Open

        IS: 'Iceland',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··IL:·'Israel' with IL:·"Israel"
    Open

        IL: 'Israel',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····JM:·'Jamaica' with ··JM:·"Jamaica"
    Open

        JM: 'Jamaica',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····JE:·'Jersey' with ··JE:·"Jersey"
    Open

        JE: 'Jersey',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··YT:·'Mayotte' with YT:·"Mayotte"
    Open

        YT: 'Mayotte',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··NR:·'Nauru' with NR:·"Nauru"
    Open

        NR: 'Nauru',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NP:·'Nepal' with ··NP:·"Nepal"
    Open

        NP: 'Nepal',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NE:·'Niger' with ··NE:·"Niger"
    Open

        NE: 'Niger',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MP:·'Northern·Mariana·Islands' with ··MP:·"Northern·Mariana·Islands"
    Open

        MP: 'Northern Mariana Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··PW:·'Palau' with PW:·"Palau"
    Open

        PW: 'Palau',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··PH:·'Philippines' with PH:·"Philippines"
    Open

        PH: 'Philippines',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PM:·'Saint·Pierre·and·Miquelon' with ··PM:·"Saint·Pierre·and·Miquelon"
    Open

        PM: 'Saint Pierre and Miquelon',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SA:·'Saudi·Arabia' with ··SA:·"Saudi·Arabia"
    Open

        SA: 'Saudi Arabia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CH:·'Switzerland' with ··CH:·"Switzerland"
    Open

        CH: 'Switzerland',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TG:·'Togo' with ··TG:·"Togo"
    Open

        TG: 'Togo',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        return Object.keys(zones).map(iso => ({
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··KZ:·['Asia/Almaty',·'Asia/Qyzylorda',·'Asia/Aqtobe',·'Asia/Aqtau',·'Asia/Oral'], with KZ:·[⏎····"Asia/Almaty",⏎····"Asia/Qyzylorda",⏎····"Asia/Aqtobe",⏎····"Asia/Aqtau",⏎····"Asia/Oral"
    Open

        KZ: ['Asia/Almaty', 'Asia/Qyzylorda', 'Asia/Aqtobe', 'Asia/Aqtau', 'Asia/Oral'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LK:·['Asia/Colombo' with ··LK:·["Asia/Colombo"
    Open

        LK: ['Asia/Colombo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MG:·['Indian/Antananarivo' with ··MG:·["Indian/Antananarivo"
    Open

        MG: ['Indian/Antananarivo'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MT:·['Europe/Malta' with ··MT:·["Europe/Malta"
    Open

        MT: ['Europe/Malta'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Matamoros' with ····"America/Matamoros"
    Open

            'America/Matamoros',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PN:·['Pacific/Pitcairn' with ··PN:·["Pacific/Pitcairn"
    Open

        PN: ['Pacific/Pitcairn'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··RO:·['Europe/Bucharest' with RO:·["Europe/Bucharest"
    Open

        RO: ['Europe/Bucharest'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/North_Dakota/New_Salem' with "America/North_Dakota/New_Salem"
    Open

            'America/North_Dakota/New_Salem',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··AO:·'Angola' with AO:·"Angola"
    Open

        AO: 'Angola',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BR:·'Brazil' with BR:·"Brazil"
    Open

        BR: 'Brazil',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KH:·'Cambodia' with ··KH:·"Cambodia"
    Open

        KH: 'Cambodia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··CA:·'Canada' with CA:·"Canada"
    Open

        CA: 'Canada',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CO:·'Colombia' with ··CO:·"Colombia"
    Open

        CO: 'Colombia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····FJ:·'Fiji' with ··FJ:·"Fiji"
    Open

        FJ: 'Fiji',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··GH:·'Ghana' with GH:·"Ghana"
    Open

        GH: 'Ghana',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··GL:·'Greenland' with GL:·"Greenland"
    Open

        GL: 'Greenland',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ID:·'Indonesia' with ··ID:·"Indonesia"
    Open

        ID: 'Indonesia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LR:·'Liberia' with ··LR:·"Liberia"
    Open

        LR: 'Liberia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LI:·'Liechtenstein' with ··LI:·"Liechtenstein"
    Open

        LI: 'Liechtenstein',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MG:·'Madagascar' with ··MG:·"Madagascar"
    Open

        MG: 'Madagascar',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SB:·'Solomon·Islands' with ··SB:·"Solomon·Islands"
    Open

        SB: 'Solomon Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TJ:·'Tajikistan' with ··TJ:·"Tajikistan"
    Open

        TJ: 'Tajikistan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TN:·'Tunisia' with ··TN:·"Tunisia"
    Open

        TN: 'Tunisia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ZM:·'Zambia' with ··ZM:·"Zambia"
    Open

        ZM: 'Zambia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··LU:·'Luxembourg' with LU:·"Luxembourg"
    Open

        LU: 'Luxembourg',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MK:·'Macedonia' with ··MK:·"Macedonia"
    Open

        MK: 'Macedonia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··MQ:·'Martinique' with MQ:·"Martinique"
    Open

        MQ: 'Martinique',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NC:·'New·Caledonia' with ··NC:·"New·Caledonia"
    Open

        NC: 'New Caledonia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PA:·'Panama' with ··PA:·"Panama"
    Open

        PA: 'Panama',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LC:·'Saint·Lucia' with ··LC:·"Saint·Lucia"
    Open

        LC: 'Saint Lucia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····ST:·'Sao·Tome·and·Principe' with ··ST:·"Sao·Tome·and·Principe"
    Open

        ST: 'Sao Tome and Principe',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SY:·'Syria' with ··SY:·"Syria"
    Open

        SY: 'Syria',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TR:·'Turkey' with ··TR:·"Turkey"
    Open

        TR: 'Turkey',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··UZ:·'Uzbekistan' with UZ:·"Uzbekistan"
    Open

        UZ: 'Uzbekistan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····VE:·'Venezuela' with ··VE:·"Venezuela"
    Open

        VE: 'Venezuela',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····YE:·'Yemen' with ··YE:·"Yemen"
    Open

        YE: 'Yemen',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KW:·'Kuwait' with ··KW:·"Kuwait"
    Open

        KW: 'Kuwait',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LA:·'Lao·PDR' with ··LA:·"Lao·PDR"
    Open

        LA: 'Lao PDR',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MA:·'Morocco' with ··MA:·"Morocco"
    Open

        MA: 'Morocco',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··NU:·'Niue' with NU:·"Niue"
    Open

        NU: 'Niue',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PK:·'Pakistan' with ··PK:·"Pakistan"
    Open

        PK: 'Pakistan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SH:·'Saint·Helena' with ··SH:·"Saint·Helena"
    Open

        SH: 'Saint Helena',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····WS:·'Samoa' with ··WS:·"Samoa"
    Open

        WS: 'Samoa',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SO:·'Somalia' with ··SO:·"Somalia"
    Open

        SO: 'Somalia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··TW:·'Taiwan' with TW:·"Taiwan"
    Open

        TW: 'Taiwan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····UY:·'Uruguay' with ··UY:·"Uruguay"
    Open

        UY: 'Uruguay',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KR:·'Korea·(South)' with ··KR:·"Korea·(South)"
    Open

        KR: 'Korea (South)',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MX:·'Mexico' with ··MX:·"Mexico"
    Open

        MX: 'Mexico',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··MD:·'Moldova' with MD:·"Moldova"
    Open

        MD: 'Moldova',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MN:·'Mongolia' with ··MN:·"Mongolia"
    Open

        MN: 'Mongolia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MS:·'Montserrat' with ··MS:·"Montserrat"
    Open

        MS: 'Montserrat',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··AN:·'Netherlands·Antilles' with AN:·"Netherlands·Antilles"
    Open

        AN: 'Netherlands Antilles',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··TH:·'Thailand' with TH:·"Thailand"
    Open

        TH: 'Thailand',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TL:·'Timor-Leste' with ··TL:·"Timor-Leste"
    Open

        TL: 'Timor-Leste',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··TK:·'Tokelau' with TK:·"Tokelau"
    Open

        TK: 'Tokelau',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AE:·'United·Arab·Emirates' with ··AE:·"United·Arab·Emirates"
    Open

        AE: 'United Arab Emirates',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··ZW:·'Zimbabwe', with ZW:·"Zimbabwe"
    Open

        ZW: 'Zimbabwe',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ····
    Open

            iso,
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Indiana/Vincennes' with "America/Indiana/Vincennes"
    Open

            'America/Indiana/Vincennes',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··DZ:·'Algeria' with DZ:·"Algeria"
    Open

        DZ: 'Algeria',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··KM:·'Comoros' with KM:·"Comoros"
    Open

        KM: 'Comoros',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····DK:·'Denmark' with ··DK:·"Denmark"
    Open

        DK: 'Denmark',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SV:·'El·Salvador' with ··SV:·"El·Salvador"
    Open

        SV: 'El Salvador',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GQ:·'Equatorial·Guinea' with ··GQ:·"Equatorial·Guinea"
    Open

        GQ: 'Equatorial Guinea',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··ER:·'Eritrea' with ER:·"Eritrea"
    Open

        ER: 'Eritrea',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····GF:·'French·Guiana' with ··GF:·"French·Guiana"
    Open

        GF: 'French Guiana',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IR:·'Iran' with ··IR:·"Iran"
    Open

        IR: 'Iran',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··KG:·'Kyrgyzstan' with KG:·"Kyrgyzstan"
    Open

        KG: 'Kyrgyzstan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··ML:·'Mali' with ML:·"Mali"
    Open

        ML: 'Mali',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NG:·'Nigeria' with ··NG:·"Nigeria"
    Open

        NG: 'Nigeria',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PN:·'Pitcairn' with ··PN:·"Pitcairn"
    Open

        PN: 'Pitcairn',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PR:·'Puerto·Rico' with ··PR:·"Puerto·Rico"
    Open

        PR: 'Puerto Rico',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SM:·'San·Marino' with SM:·"San·Marino"
    Open

        SM: 'San Marino',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Indiana/Knox' with "America/Indiana/Knox"
    Open

            'America/Indiana/Knox',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Menominee' with "America/Menominee"
    Open

            'America/Menominee',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AI:·'Anguilla' with ··AI:·"Anguilla"
    Open

        AI: 'Anguilla',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BO:·'Bolivia' with ··BO:·"Bolivia"
    Open

        BO: 'Bolivia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IO:·'British·Indian·Ocean·Territory' with ··IO:·"British·Indian·Ocean·Territory"
    Open

        IO: 'British Indian Ocean Territory',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BI:·'Burundi' with BI:·"Burundi"
    Open

        BI: 'Burundi',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··HR:·'Croatia' with HR:·"Croatia"
    Open

        HR: 'Croatia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CU:·'Cuba' with ··CU:·"Cuba"
    Open

        CU: 'Cuba',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····EE:·'Estonia' with ··EE:·"Estonia"
    Open

        EE: 'Estonia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····FO:·'Faroe·Islands' with ··FO:·"Faroe·Islands"
    Open

        FO: 'Faroe Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TF:·'French·Southern·Territories' with ··TF:·"French·Southern·Territories"
    Open

        TF: 'French Southern Territories',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··KP:·'Korea·(North)' with KP:·"Korea·(North)"
    Open

        KP: 'Korea (North)',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MT:·'Malta' with ··MT:·"Malta"
    Open

        MT: 'Malta',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MR:·'Mauritania' with ··MR:·"Mauritania"
    Open

        MR: 'Mauritania',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··ME:·'Montenegro' with ME:·"Montenegro"
    Open

        ME: 'Montenegro',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NA:·'Namibia' with ··NA:·"Namibia"
    Open

        NA: 'Namibia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NL:·'Netherlands' with ··NL:·"Netherlands"
    Open

        NL: 'Netherlands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NO:·'Norway' with ··NO:·"Norway"
    Open

        NO: 'Norway',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SI:·'Slovenia' with SI:·"Slovenia"
    Open

        SI: 'Slovenia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LK:·'Sri·Lanka' with ··LK:·"Sri·Lanka"
    Open

        LK: 'Sri Lanka',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SZ:·'Swaziland' with ··SZ:·"Swaziland"
    Open

        SZ: 'Swaziland',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····VU:·'Vanuatu' with ··VU:·"Vanuatu"
    Open

        VU: 'Vanuatu',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ···· with ··
    Open

        US: [
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Indiana/Winamac' with "America/Indiana/Winamac"
    Open

            'America/Indiana/Winamac',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Boise' with ····"America/Boise"
    Open

            'America/Boise',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Anchorage' with "America/Anchorage"
    Open

            'America/Anchorage',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Nome' with ····"America/Nome"
    Open

            'America/Nome',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ········'America/Adak' with ····"America/Adak"
    Open

            'America/Adak',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····AR:·'Argentina' with ··AR:·"Argentina"
    Open

        AR: 'Argentina',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BM:·'Bermuda' with BM:·"Bermuda"
    Open

        BM: 'Bermuda',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KY:·'Cayman·Islands' with ··KY:·"Cayman·Islands"
    Open

        KY: 'Cayman Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··FK:·'Falkland·Islands·(Malvinas)' with FK:·"Falkland·Islands·(Malvinas)"
    Open

        FK: 'Falkland Islands (Malvinas)',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IE:·'Ireland' with ··IE:·"Ireland"
    Open

        IE: 'Ireland',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KE:·'Kenya' with ··KE:·"Kenya"
    Open

        KE: 'Kenya',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····NZ:·'New·Zealand' with ··NZ:·"New·Zealand"
    Open

        NZ: 'New Zealand',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SC:·'Seychelles' with ··SC:·"Seychelles"
    Open

        SC: 'Seychelles',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SL:·'Sierra·Leone' with SL:·"Sierra·Leone"
    Open

        SL: 'Sierra Leone',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····'America/Juneau' with "America/Juneau"
    Open

            'America/Juneau',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ···· with ··
    Open

        ],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··VA:·['Europe/Vatican' with VA:·["Europe/Vatican"
    Open

        VA: ['Europe/Vatican'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····VN:·['Asia/Ho_Chi_Minh' with ··VN:·["Asia/Ho_Chi_Minh"
    Open

        VN: ['Asia/Ho_Chi_Minh'],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··BE:·'Belgium' with BE:·"Belgium"
    Open

        BE: 'Belgium',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CG:·'Congo·(Brazzaville)' with ··CG:·"Congo·(Brazzaville)"
    Open

        CG: 'Congo (Brazzaville)',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····CD:·'Congo,·(Kinshasa)' with ··CD:·"Congo,·(Kinshasa)"
    Open

        CD: 'Congo, (Kinshasa)',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··PF:·'French·Polynesia' with PF:·"French·Polynesia"
    Open

        PF: 'French Polynesia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····HN:·'Honduras' with ··HN:·"Honduras"
    Open

        HN: 'Honduras',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····HU:·'Hungary' with ··HU:·"Hungary"
    Open

        HU: 'Hungary',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··IQ:·'Iraq' with IQ:·"Iraq"
    Open

        IQ: 'Iraq',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··KZ:·'Kazakhstan' with KZ:·"Kazakhstan"
    Open

        KZ: 'Kazakhstan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····KI:·'Kiribati' with ··KI:·"Kiribati"
    Open

        KI: 'Kiribati',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LS:·'Lesotho' with ··LS:·"Lesotho"
    Open

        LS: 'Lesotho',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MU:·'Mauritius' with ··MU:·"Mauritius"
    Open

        MU: 'Mauritius',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····RU:·'Russian·Federation' with ··RU:·"Russian·Federation"
    Open

        RU: 'Russian Federation',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····UM:·'US·Minor·Outlying·Islands' with ··UM:·"US·Minor·Outlying·Islands"
    Open

        UM: 'US Minor Outlying Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····VI:·'Virgin·Islands,·US' with ··VI:·"Virgin·Islands,·US"
    Open

        VI: 'Virgin Islands, US',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····zones:·zones[iso], with zones:·zones[iso]
    Open

            zones: zones[iso],
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··LB:·'Lebanon' with LB:·"Lebanon"
    Open

        LB: 'Lebanon',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····LT:·'Lithuania' with ··LT:·"Lithuania"
    Open

        LT: 'Lithuania',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SK:·'Slovakia' with ··SK:·"Slovakia"
    Open

        SK: 'Slovakia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TO:·'Tonga' with ··TO:·"Tonga"
    Open

        TO: 'Tonga',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····UG:·'Uganda' with ··UG:·"Uganda"
    Open

        UG: 'Uganda',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··IN:·'India' with IN:·"India"
    Open

        IN: 'India',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IM:·'Isle·of·Man' with ··IM:·"Isle·of·Man"
    Open

        IM: 'Isle of Man',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MY:·'Malaysia' with ··MY:·"Malaysia"
    Open

        MY: 'Malaysia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····OM:·'Oman' with ··OM:·"Oman"
    Open

        OM: 'Oman',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PE:·'Peru' with ··PE:·"Peru"
    Open

        PE: 'Peru',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····VC:·'Saint·Vincent·and·Grenadines' with ··VC:·"Saint·Vincent·and·Grenadines"
    Open

        VC: 'Saint Vincent and Grenadines',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··ZA:·'South·Africa' with ZA:·"South·Africa"
    Open

        ZA: 'South Africa',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··ES:·'Spain' with ES:·"Spain"
    Open

        ES: 'Spain',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····IT:·'Italy' with ··IT:·"Italy"
    Open

        IT: 'Italy',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MV:·'Maldives' with ··MV:·"Maldives"
    Open

        MV: 'Maldives',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MH:·'Marshall·Islands' with ··MH:·"Marshall·Islands"
    Open

        MH: 'Marshall Islands',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····FM:·'Micronesia' with ··FM:·"Micronesia"
    Open

        FM: 'Micronesia',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MM:·'Myanmar' with ··MM:·"Myanmar"
    Open

        MM: 'Myanmar',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····PS:·'Palestinian·Territory' with ··PS:·"Palestinian·Territory"
    Open

        PS: 'Palestinian Territory',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··PG:·'Papua·New·Guinea' with PG:·"Papua·New·Guinea"
    Open

        PG: 'Papua New Guinea',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··PT:·'Portugal' with PT:·"Portugal"
    Open

        PT: 'Portugal',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··RE:·'Réunion' with RE:·"Réunion"
    Open

        RE: 'Réunion',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····SS:·'South·Sudan' with ··SS:·"South·Sudan"
    Open

        SS: 'South Sudan',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SR:·'Suriname' with SR:·"Suriname"
    Open

        SR: 'Suriname',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TT:·'Trinidad·and·Tobago' with ··TT:·"Trinidad·and·Tobago"
    Open

        TT: 'Trinidad and Tobago',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··VN:·'Viet·Nam' with VN:·"Viet·Nam"
    Open

        VN: 'Viet Nam',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··MW:·'Malawi' with MW:·"Malawi"
    Open

        MW: 'Malawi',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····MC:·'Monaco' with ··MC:·"Monaco"
    Open

        MC: 'Monaco',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··MZ:·'Mozambique' with MZ:·"Mozambique"
    Open

        MZ: 'Mozambique',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····RW:·'Rwanda' with ··RW:·"Rwanda"
    Open

        RW: 'Rwanda',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····BL:·'Saint-Barthélemy' with ··BL:·"Saint-Barthélemy"
    Open

        BL: 'Saint-Barthélemy',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ··SE:·'Sweden' with SE:·"Sweden"
    Open

        SE: 'Sweden',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····TV:·'Tuvalu' with ··TV:·"Tuvalu"
    Open

        TV: 'Tuvalu',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Replace ····EH:·'Western·Sahara' with ··EH:·"Western·Sahara"
    Open

        EH: 'Western Sahara',
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        }));
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    Delete ··
    Open

        return countryList[iso] ? countryList[iso] : iso;
    Severity: Minor
    Found in app/core/utils/time.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status