Przeglądaj źródła

fix: America/Sao_Paulo timezone offset (#5690)

Evandro Arruda 2 lat temu
rodzic
commit
274ecf4b20

+ 1 - 1
client/components/admin/admin-users-edit.vue

@@ -499,9 +499,9 @@ export default {
         { text: '(GMT-03:00) Rothera', value: 'Antarctica/Rothera' },
         { text: '(GMT-03:00) Salvador', value: 'America/Bahia' },
         { text: '(GMT-03:00) Santiago', value: 'America/Santiago' },
+        { text: '(GMT-03:00) Sao Paulo', value: 'America/Sao_Paulo' },
         { text: '(GMT-03:00) Stanley', value: 'Atlantic/Stanley' },
         { text: '(GMT-02:00) Noronha', value: 'America/Noronha' },
-        { text: '(GMT-02:00) Sao Paulo', value: 'America/Sao_Paulo' },
         { text: '(GMT-02:00) South Georgia', value: 'Atlantic/South_Georgia' },
         { text: '(GMT-01:00) Azores', value: 'Atlantic/Azores' },
         { text: '(GMT-01:00) Cape Verde', value: 'Atlantic/Cape_Verde' },

+ 1 - 1
client/components/profile/profile.vue

@@ -469,9 +469,9 @@ export default {
         { text: '(GMT-03:00) Rothera', value: 'Antarctica/Rothera' },
         { text: '(GMT-03:00) Salvador', value: 'America/Bahia' },
         { text: '(GMT-03:00) Santiago', value: 'America/Santiago' },
+        { text: '(GMT-03:00) Sao Paulo', value: 'America/Sao_Paulo' },
         { text: '(GMT-03:00) Stanley', value: 'Atlantic/Stanley' },
         { text: '(GMT-02:00) Noronha', value: 'America/Noronha' },
-        { text: '(GMT-02:00) Sao Paulo', value: 'America/Sao_Paulo' },
         { text: '(GMT-02:00) South Georgia', value: 'Atlantic/South_Georgia' },
         { text: '(GMT-01:00) Azores', value: 'Atlantic/Azores' },
         { text: '(GMT-01:00) Cape Verde', value: 'Atlantic/Cape_Verde' },