There is no validation for the date formatting string, so that garbage could be entered which may cause unexpected behaviour when calling Date().format(garbage_string) during file header inserting or during a "modified at" update.
The date formatting should comply with ISO 8601 which specifies how to construct a valid format string and specifies what characters are allowed.,
There is no validation for the date formatting string, so that garbage could be entered which may cause unexpected behaviour when calling Date().format(garbage_string) during file header inserting or during a "modified at" update.
The date formatting should comply with ISO 8601 which specifies how to construct a valid format string and specifies what characters are allowed.,