mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-11-11 16:30:02 +05:30
Merge d715376317 into 0de73e8971
This commit is contained in:
commit
535b4c6631
1 changed files with 13 additions and 0 deletions
|
|
@ -54,6 +54,19 @@ const sections = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Time zone',
|
||||
information: [
|
||||
{
|
||||
label: 'Time zone name',
|
||||
value: computed(() => Intl.DateTimeFormat().resolvedOptions().timeZone),
|
||||
},
|
||||
{
|
||||
label: 'UTC offset',
|
||||
value: computed(() => `${new Date().getTimezoneOffset()} minutes`),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue