From fd751f9b2122417ae9c00f330f1478cf049c5973 Mon Sep 17 00:00:00 2001 From: jsjtxietian Date: Wed, 1 Nov 2023 19:47:30 +0800 Subject: [PATCH] Clarify get_time_zone_from_system will return a localized timezone name --- doc/classes/Time.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/Time.xml b/doc/classes/Time.xml index 0313381ff0..79c332327f 100644 --- a/doc/classes/Time.xml +++ b/doc/classes/Time.xml @@ -153,8 +153,8 @@ Returns the current time zone as a dictionary of keys: [code]bias[/code] and [code]name[/code]. - - [code]bias[/code] is the offset from UTC in minutes, since not all time zones are multiples of an hour from UTC. - - [code]name[/code] is localized according to the current user default UI language. + - [code]bias[/code] is the offset from UTC in minutes, since not all time zones are multiples of an hour from UTC. + - [code]name[/code] is the localized name of the time zone, according to the OS locale settings of the current user.