Even without using timeFormat, it is displaying the time alongside the date. I believe it should only display the date.

const dateOptions = {
"timestamp": currentTimestamp,
"dateFormat": {
"calendar": "gregory",
"weekday": "long",
"year": "numeric",
"month": "long",
"day": "numeric",
"timeZone": timeZoneName
},
"timeFormat": false,
"locale": "pt-BR",
"isDST": isDST
};
$("#jqDate").clock(dateOptions);
Even without using timeFormat, it is displaying the time alongside the date. I believe it should only display the date.
