Compare commits
No commits in common. "19158357fb64f9f326b2ee47ad853baf10dfceb0" and "10b543ebab4d42f70ecaefd2659fd84c96c8ee37" have entirely different histories.
19158357fb
...
10b543ebab
@ -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)
|
||||
|
||||
BIN
database-backups/vigilanzaturni_v1.0.19_20251017_172429.sql.gz
Normal file
BIN
database-backups/vigilanzaturni_v1.0.19_20251017_172429.sql.gz
Normal file
Binary file not shown.
Binary file not shown.
10
version.json
10
version.json
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user