With the advent of #48, timestamps in the ISO8601 format (or any value containing a ":") are now quoted. However, Scrolls own behavior of adding a timestamp with Scrolls.add_timestamp = true circumvented this behavior. Example:
Given this code (and some debug output in scrolls):
With the advent of #48, timestamps in the ISO8601 format (or any value containing a ":") are now quoted. However, Scrolls own behavior of adding a timestamp with
Scrolls.add_timestamp = true
circumvented this behavior. Example:Given this code (and some debug output in scrolls):
Before this PR:
After the changes here: