Bonjour, j'ai un problème avec ce script la :
http://www.billsway.com/vbspage/Show...s/SetTime2.txt

C'est un script pour synchroniser l'heure de windows.

Il marchait très bien, puis du jour au lendemain j'obtiens cette erreur :
http://img246.imageshack.us/img246/3386/settime.jpg

Type incompatible : '[string: "06 Feb 2010 20:02:35"]'

Voici la ligne de code qui pose problème :
remotedate = DateAdd("n", timeoffset, gmttime)

Si je remplace le "gmttime" par "0" par exemple ca marche mais ca me synchronise l'horloge à l'année 2036.

Merci ^^