manual - convert legend to table

This commit is contained in:
contrapunctus 2019-10-31 18:09:18 +05:30
parent 1740e6e413
commit 476ed8c381

View File

@ -23,18 +23,18 @@
* DEPRECATED - deprecated, slated to be removed in the future
*** Legend of currently-used time formats
1. (DEPRECATED) timeclock-timestamp - "year/month/day hours:minutes:seconds"
2. (DEPRECATED) timeclock-date - "year/month/day"
3. decode-time - (seconds minutes hours day month year dow dst utcoff)
4. list-timestamp - (year month day hours minutes seconds)
5. list-time/list-duration - (hours minutes seconds)
6. list-date - (year month day)
7. vector-date - [year month day]
8. vector-time/vector-duration - [hours minutes seconds]
9. encode-time - (sec-high sec-low microsec picosec)
10. seconds - seconds as an integer
11. iso-timestamp - "YYYY-MM-DDTHH:MM:SSZ"
12. iso-date "YYYY-MM-DD"
| 1. | (DEPRECATED) timeclock-timestamp | "year/month/day hours:minutes:seconds" |
| 2. | (DEPRECATED) timeclock-date | "year/month/day" |
| 3. | decode-time | (seconds minutes hours day month year dow dst utcoff) |
| 4. | list-timestamp | (year month day hours minutes seconds) |
| 5. | list-time/list-duration | (hours minutes seconds) |
| 6. | list-date | (year month day) |
| 7. | vector-date | [year month day] |
| 8. | vector-time/vector-duration | [hours minutes seconds] |
| 9. | encode-time (UNIX epoch) | (sec-high sec-low microsec picosec) |
| 10. | seconds | seconds as an integer |
| 11. | iso-timestamp | "YYYY-MM-DDTHH:MM:SSZ" |
| 12. | iso-date | "YYYY-MM-DD" |
*** chronometrist-timer.el
1. Function - chronometrist-timer ()