X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/bdbbf89c38126a71b17049469e8f976c571b9392:/doc/parse.md..3f9a35944dbf63de85654d45120ab4291837ef9c:/.config/awesome/modules/luatz/doc/static/git-logo.png diff --git a/doc/parse.md b/doc/parse.md deleted file mode 100644 index c41eae5..0000000 --- a/doc/parse.md +++ /dev/null @@ -1,12 +0,0 @@ -## `luatz.parse` {#parse} - -Provides parsers for common time and date formats. - -Functions take the source string and an optional initial postition. - -### `rfc_3339(string[, init])` {#parse.rfc_3339} - -If the string is a valid RFC-3339 timestamp, -returns a luatz timetable and the (optional) time zone offset in seconds. - -Otherwise returns `nil` and an error message