From 92bc3a5b4d4a3a66b0c65d22fc935562f7931680 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Fri, 1 Nov 2024 18:01:49 +0100 Subject: add time/timezone to docs --- examples/all/all_main.odin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') 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 -- cgit v1.2.3