We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/unhammer/org-upcoming-modeline/blob/c3e4705ff2ade869e229f33090c92ac671362623/org-upcoming-modeline.el#L164..L172 I encode-time manually like a barbarian in order to use time-to-days – is there a builtin way to encode-time in ts.el, alternatively to get absolute day number (for counting day differences possibly across years)?
time-to-days
The text was updated successfully, but these errors were encountered:
All that you see in the docs and code are what's there. If it doesn't do something you need easily enough, feel free to propose an addition. :)
Sorry, something went wrong.
ts-timestamp will create a '(HIGH LOW MICRO PICO) Lisp timestamp
836876c
closes alphapapa#23
No branches or pull requests
In https://github.com/unhammer/org-upcoming-modeline/blob/c3e4705ff2ade869e229f33090c92ac671362623/org-upcoming-modeline.el#L164..L172 I encode-time manually like a barbarian in order to use
time-to-days
– is there a builtin way to encode-time in ts.el, alternatively to get absolute day number (for counting day differences possibly across years)?The text was updated successfully, but these errors were encountered: