Update device-information.vue
This commit is contained in:
		
							parent
							
								
									0b1b98f93e
								
							
						
					
					
						commit
						d715376317
					
				| @ -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> | </script> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user