mirror of
https://github.com/godotengine/godot.git
synced 2024-11-29 15:42:29 +00:00
Merge pull request #82609 from jsjtxietian/document-localized-timezone-name
Document `get_time_zone_from_system` will return a localized timezone name
This commit is contained in:
commit
cf16c69e7d
@ -152,7 +152,9 @@
|
||||
<method name="get_time_zone_from_system" qualifiers="const">
|
||||
<return type="Dictionary" />
|
||||
<description>
|
||||
Returns the current time zone as a dictionary of keys: [code]bias[/code] and [code]name[/code]. The [code]bias[/code] value is the offset from UTC in minutes, since not all time zones are multiples of an hour from UTC.
|
||||
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.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_unix_time_from_datetime_dict" qualifiers="const">
|
||||
|
Loading…
Reference in New Issue
Block a user