Compare commits

..

No commits in common. "19158357fb64f9f326b2ee47ad853baf10dfceb0" and "10b543ebab4d42f70ecaefd2659fd84c96c8ee37" have entirely different histories.

4 changed files with 3 additions and 15 deletions

View File

@ -72,15 +72,9 @@ interface GeneralPlanningResponse {
}
// Helper per formattare orario in formato italiano 24h (HH:MM)
// IMPORTANTE: usa timeZone UTC per evitare shift di +2 ore
const formatTime = (dateString: string) => {
const date = new Date(dateString);
return date.toLocaleTimeString("it-IT", {
hour: "2-digit",
minute: "2-digit",
hour12: false,
timeZone: "UTC" // Evita conversione timezone locale (+2h in Italia)
});
return date.toLocaleTimeString("it-IT", { hour: "2-digit", minute: "2-digit", hour12: false });
};
// Helper per formattare data in formato italiano (gg/mm/aaaa)

View File

@ -1,13 +1,7 @@
{
"version": "1.0.29",
"lastUpdate": "2025-10-21T17:19:38.090Z",
"version": "1.0.28",
"lastUpdate": "2025-10-21T16:56:37.634Z",
"changelog": [
{
"version": "1.0.29",
"date": "2025-10-21",
"type": "patch",
"description": "Deployment automatico v1.0.29"
},
{
"version": "1.0.28",
"date": "2025-10-21",