diff --git a/src/Att.cpp b/src/Att.cpp index 8e69018bc..2360de0cf 100644 --- a/src/Att.cpp +++ b/src/Att.cpp @@ -333,7 +333,7 @@ bool Att::validNameValue ( { // Validate and convert to epoch. if (value != "") - value = Date (value).toEpochString (); + value = Date (value, context.config.get ("dateformat", "m/d/Y")).toEpochString (); } else if (name == "recur")