Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local time and System time
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00305457
Message ID:
00305581
Views:
17
...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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform