Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Local time and System time
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00305457
Message ID:
00305581
Vues:
16
...You're relying on the LocalFileTimeToFileTime() Win32 API function for conversion. This function uses the current daylight/standard time, not the one in effect for the datetime to be converted. This means the current difference between local and UTC times is used, which may be different than the one for the input datetime. In which case, I think it's easier to retrieve the difference using the GetTimeZoneInformation() function and get the same result. :(

Vlad

>No. It relies on the system (API), but to make the appropriate adjustments. If the particular computer isn't appropriately configured...There might be a problem.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform