Q: How do I escape the % in the --timestring for use with systemd?

edit

Q: How do I escape the % in the --timestring for use with systemd?edit

A: A double percent, %%, fixes the problem.edit

As seen here: https://discuss.elastic.co/t/curator-how-to-escape-characters-of-timestring-in-systemd/25222/2

--timestring '%%Y.%%m.%%d'