Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UTC to Local Time
Message
From
12/02/2014 10:24:53
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP3
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01594152
Message ID:
01594155
Views:
57
>Hi Gang!
>Here is a question from me..........
>I have data in a field for UTC time. The users don't like this....... they find it confusing and want the data displayed in the LOCAL time instead.
>So do you have any code that converts the data in the field from UTC to THEIR LOCAL TIME (based on the PC settings).
>I looked on the web and didn't find anything for VFP for UTC to Local Time.
>Thanks a bunch !

There is a Win32 function, GetLocalTime() that can be used. GetSystemTime() returns the time in UTC. If you lookup those on MSDN you'll find functions which allow you to convert the two.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform