diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-11-01 18:01:49 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-11-01 18:01:49 +0100 |
| commit | 92bc3a5b4d4a3a66b0c65d22fc935562f7931680 (patch) | |
| tree | 1400c667954aec5fcdc456ecb6ab1139621b629d /examples | |
| parent | 80393cb708ffdb40caf152974abf497db5691b72 (diff) | |
add time/timezone to docs
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 5bd45fda4..4a8a198d3 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -135,6 +135,7 @@ import table "core:text/table" import thread "core:thread" import time "core:time" import datetime "core:time/datetime" +import timezone "core:time/timezone" import flags "core:flags" import orca "core:sys/orca" @@ -258,6 +259,7 @@ _ :: edit _ :: thread _ :: time _ :: datetime +_ :: timezone _ :: flags _ :: orca _ :: sysinfo |