diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js index 43bc6746..b3b57e46 100644 --- a/ayanova/src/api/locale.js +++ b/ayanova/src/api/locale.js @@ -213,7 +213,7 @@ export default { }, /////////////////////////////////////////// // Get users default time zone - // + //https://www.iana.org/time-zones getTimeZoneName() { return Intl.DateTimeFormat().resolvedOptions().timeZone; },