Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local time and System time
Message
 
To
17/12/1999 16:01:19
Alex Zhadanov
Computer Generated Solutions
New York City, New York, United States
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00305457
Message ID:
00305464
Views:
18
>Hi folks.
>Who can tell me what difference between local time and system time.
>I have problem with timestamp field.
>If person in NY at 11 AM (Eastern time) create new record
>timestamp will be 11. And if person in LA create new record one hour
>later timestamp show 9 AM (local time in LA).
>I found 2 API SETLOCALTIME and SETSYSTEMTIME but i do not know
>how they can help me.
>Thank you in advance

Hi Alex,

The Win32 has several functions that can help. These would be: SystemTimeToFileTime, LocalFileTimeToFileTime, and FileTimeToSystemTime. The first function converts a SYSTEMTIME structure to a FILETIME structre. The second, coverts a the local file time to the corresponding UTC filetime. The last converts a FILETIME structure back to a SYSTEMTIME sturcture. Something like Cristof Lange's Structure from the download section might be of help. I've used these functions without it. They're not terribly complex.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform