]> git.madduck.net Git - etc/awesome.git/blob - .config/awesome/modules/luatz/doc/parse.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add '.config/awesome/modules/luatz/' from commit 'bdbbf89c38126a71b17049469e8f976c571...
[etc/awesome.git] / .config / awesome / modules / luatz / doc / parse.md
1 ## `luatz.parse` <!-- --> {#parse}
2
3 Provides parsers for common time and date formats.
4
5 Functions take the source string and an optional initial postition.
6
7 ### `rfc_3339(string[, init])` <!-- --> {#parse.rfc_3339}
8
9 If the string is a valid RFC-3339 timestamp,
10 returns a luatz timetable and the (optional) time zone offset in seconds.
11
12 Otherwise returns `nil` and an error message