From cce108c5533a9c7386949a4fd008b73638247177 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 24 Nov 2013 04:28:12 -0500 Subject: [PATCH] doc/timetable: Document unpack method --- doc/timetable.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/timetable.md b/doc/timetable.md index 7a7706a..86ce2b2 100644 --- a/doc/timetable.md +++ b/doc/timetable.md @@ -58,3 +58,8 @@ The ranges of components are not checked, and if you want a valid timestamp, `:n Returns the timetable as the number of seconds since unix epoch (1970-01-01) as a lua number. + + +## `:unpack ( )` + +Unpacks the timetable object; returns `year`, `month`, `day`, `hour`, `min`, `sec`, `yday`, `wday` -- 2.39.2