4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-27 19:37:06 +00:00
AzuraCast/frontend/vue/vendor/luxon.js
2021-09-15 18:48:30 -05:00

8 lines
187 B
JavaScript

import { Settings } from 'luxon';
document.addEventListener('DOMContentLoaded', function () {
Settings.defaultLocale = App.locale_with_dashes;
Settings.defaultZoneName = 'UTC';
});