kvarnerexpress
Aug 24 2005, 11:53 AM
| | 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 |
Reply
Recent Queries:--
filetime fomats - 227.57 hr back. (1)
Similar Topics
Keywords : local, file, time, file, time
- Encrypting A File
(5)
File Format Encyclopedia Release 1.00
(2) File Format Encyclopedia is FREEWARE so you can copy, read, use it freely but you can't modify
it in any way!!!File Formats Encyclopedia A MUST HAVE for professional programmers!
Over 300 formats layouts including: graphics,sound, animation, mods, database, text,executables,
communication and much more ....
Simple C File Handling In Action
Small code snipet which covers most of basic file handling and navigat (3) Yesterday I suddenly got a lot of work. The same work we try to push off, yes you are right all
formalities to get the code review incorporated and update all source code files with code review
headers. Imagine if you need to open 300 files one by one and append code review headers at the
end. Since most files are reviewed in groups of 20 to 30 files. We require one header to be placed
in say 20 to 30 files. To simplify I went back to my class assignment days and wrote this small c
utility to open all files passed on command line and open attach code review headers an....
Storing Bit Values In A File
(1) Hello All, I am developing a utility for zipping and unzipping a file using the Huffman Algorithm.
The code is implemented using 'C' language. I have finished coding for generating the
appropriate bit code values for each of the symbols present in file and my next objective is to
store the bit code values in a seperate file. As you all are aware, the smallest data type that is
supported by C is the character which is 1 byte. Please can anybody suggest me on how to store the
bit values generated as codes in a file? Thanks. ....
Reactions To A Busy File
(2) I just wanted to know if let's say you have a file called tempfile.dat and it is being used by
dozens of parts of a script to transfer data, what happens if both scripts run at the same time and
use the tempfile? will it throw a text file is busy error or will it patiently wait until a script
is done using it before it uses it? Because if i send information to the tempfile, then close it,
then reopen it again to transfer back the information, I don't want the other script to start
using it in the middle of that sequence or the results will be catastrophic. Any ....
Weird Characters Appending To File
(2) Anytime I open a file and close it without changes, weird characters show up. Here is the code:
PHP Code: inFile = fopen("serefs.dat","rb"); outFile = fopen("tempfile.dat","wb"); while
(!feof(inFile)) { char line ; char timeline ; fgets(line,512,inFile);
strncpy(timeline, line, 10); timeline = '\0'; int filetime;
filetime = atoi(timeline); if(filetime > (realtime - 86400)) {
fputs(line,outFile); } } fclose(inFile); fclose(outFile); //Put tempfile in buffe....
Running An Extenal File
how to (3) hi guyz i fairly new to c++ i started readnig a big book but it gonna take me a while to reach the
last page and i need to do a menu quite fast so could any one of You help me with this
/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> : i need to know
whith action will run an external file using the the app assigned to it in the windows shell (sort
of like the "run" command in used in dos) or a brief source code with a button fireing some file to
use as a tutorial /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:"....
Looking for local, file, time, file, time
|
|
Searching Video's for local, file, time, file, time
|
advertisement
|
|