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;
|
const raison = field.querySelector('#justi_raison').value;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
date_debut: deb,
|
date_debut: moment.tz(deb, TIMEZONE).format(),
|
||||||
date_fin: fin,
|
date_fin: moment.tz(fin, TIMEZONE).format(),
|
||||||
etat: etat,
|
etat: etat,
|
||||||
raison: raison,
|
raison: raison,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user