add system:get_tz_offset

This commit is contained in:
Evgeny
2021-08-23 20:50:43 +03:00
parent 10359b8e65
commit 7b1d844915
2 changed files with 2 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ When you click on any menu item, the callback `on_context_menu_click(item_idx, m
* `system:get_from_clipboard()` - returns a string from the clipboard:
* `system:share_text(string)` - opens the "Share" system dialog;
* `system:get_lang()` - returns the language selected in the system;
* `system:get_tz_offset()` - get TimeZone offset in seconds.
The result of executing a shell command is sent to the `on_shell_result(string)` callback.