kvarnerexpress 0 Report post Posted August 24, 2005 I'm working on sending some certain data to a server. Part of the process in gathering this data is done by using GetLocalTime() to get the current local time, this local time must then be converted to a FILETIME structure. I'm trying to get this done properly in Python, however my problem is that I do not know what my data will look like when the local time is converted to file time. I don't have the necessary compiler on my PC to test the code (for reasons I'm not going to waste time explaining, my main PC is temporarily unuseable and I'm using a much weaker PC). Can anyone show me an example of what value you would get if "2005/08/22 20:00:39" (which is local time) was converted to file time? I'm not necessarily asking you what the exact answer would be for this specific local time, but what would the value that that local time be converted to look like? Any help is appreciated.kvarnerexpress Share this post Link to post Share on other sites