diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-07 18:14:20 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-07 18:14:20 -0400 |
| commit | 3efd7d9cfbd330ebb45f39648ee96a3e429a06f9 (patch) | |
| tree | 29acb9e2b2370bd155fed24fba79d01b553a24f3 /lib/time/README.md | |
| parent | 15fabfb9be3e3620e4b96983a49017116cea40e2 (diff) | |
Move core libraries into their own folder
Diffstat (limited to 'lib/time/README.md')
| -rw-r--r-- | lib/time/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/time/README.md b/lib/time/README.md new file mode 100644 index 00000000..55f725f1 --- /dev/null +++ b/lib/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. |
