]>
git.madduck.net Git - etc/awesome.git/commitdiff
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:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
6c46588 )
- `wday` (optional)
timetable components may be outside of their standard range (e.g. a month component of
- `wday` (optional)
timetable components may be outside of their standard range (e.g. a month component of
-14) to faciliate arithmetic operations on date components. `:normalise ( )` can be
+14) to facilit ate arithmetic operations on date components. `:normalise ( )` can be
called to modify components to return to their standard range.
Equality and comparisons should work between timetable objects.
called to modify components to return to their standard range.
Equality and comparisons should work between timetable objects.
-Returns a new independa nt instance of an existing timetable object.
+Returns a new independe nt instance of an existing timetable object.
Returns the timetable formatted as an rfc-3339 style string.
The timezone offset (or Z) is not appended.
Returns the timetable formatted as an rfc-3339 style string.
The timezone offset (or Z) is not appended.
-The ranges of components are not checked, and if you want a valid timestamp, `:normalise
-( )` should be called first.
+The ranges of components are not checked, if you want a valid timestamp,
+`:normalise ( )` should be called first.
-Returns the timetable as the number of seconds since unix epoch (1970-01-01) as a lua
-number.
+Returns the timetable as the number of seconds since unix epoch (1970-01-01) as a lua number.