From f3f57abbcfbe28ea6dcd469cb55a6ccdb7f253c1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 30 Mar 2025 17:43:12 -0400 Subject: [PATCH] Add readme stuff about times --- examples/README.md | 1 + examples/time/README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 examples/time/README.md diff --git a/examples/README.md b/examples/README.md index daea049..d95b7eb 100644 --- a/examples/README.md +++ b/examples/README.md @@ -11,6 +11,7 @@ - [log](log/): A logging utility. - [pthreads](pthreads/): A POSIX threads library. - [threads](threads/): A POSIX threads library, but with a higher level abstraction. +- [time](time/): A module for working with dates and times. - [shell](shell/): A DSL for running shell commands. - [tomodeps](tomodeps/): A library for finding Tomo dependencies. - [tomo-install](tomo-install/): A library for installing Tomo dependencies. diff --git a/examples/time/README.md b/examples/time/README.md new file mode 100644 index 0000000..55f725f --- /dev/null +++ b/examples/time/README.md @@ -0,0 +1,5 @@ +# Time + +This is a Tomo library for working with dates and times. The `Time` type that +is provided is a date-and-time datatype that refers to a specific moment in +time.