forked from ScoDoc/ScoDoc
Assiduites : fix offset justi #749
This commit is contained in:
parent
a7e0c05d05
commit
43f7f35401
@ -138,8 +138,8 @@
|
||||
const raison = field.querySelector('#justi_raison').value;
|
||||
|
||||
return {
|
||||
date_debut: deb,
|
||||
date_fin: fin,
|
||||
date_debut: moment.tz(deb, TIMEZONE).format(),
|
||||
date_fin: moment.tz(fin, TIMEZONE).format(),
|
||||
etat: etat,
|
||||
raison: raison,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user