You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
gnufred
changed the title
Feature: Support "ago" in AdjustTime and the systemd keywords "now", "today", "yesterday", "tomorrow", "today UTC"
Feature: Support "ago" in AdjustTime and the systemd keywords "now", "today", "yesterday", "tomorrow"
May 19, 2023
I just realized that we're missing the package is missing the Timezone parsing capabilities:
When parsing, systemd will accept a similar syntax, but expects
no timezone specification, unless it is given as the literal
string "UTC" (for the UTC timezone), or is specified to be the
locally configured timezone, or the timezone name in the IANA
timezone database format
I guess we can add it in another patch. I'll create another issue if I get it done.
If you look a the https://www.man7.org/linux/man-pages/man7/systemd.time.7.html, those all should be in there.
The text was updated successfully, but these errors were encountered: