Resource Interchange File Format - Converting DTIM Time To Normal Time

Converting DTIM Time To Normal Time

Two values (v and v) separated with space (0x20). Equation:

//time in seconds
TimeInSeconds = (v * (2^32) + v)*10^(-7);
//shift from Jan 1, 1601 to Jan 1, 1970
UnixTimeStamp= TimeInSeconds - 134774 * 24 * 3600

Read more about this topic:  Resource Interchange File Format

Famous quotes containing the words converting, time and/or normal:

    A way of certifying experience, taking photographs is also a way of refusing it—by limiting experience to a search for the photogenic, by converting experience into an image, a souvenir. Travel becomes a strategy for accumulating photographs.
    Susan Sontag (b. 1933)

    The writer who aims at producing the platitudes which are “not for an age, but for all time” has his reward in being unreadable in all ages.... The man who writes about himself and his own time is the only sort of man who writes about all people and about all time.
    George Bernard Shaw (1856–1950)

    It is normal to give away a little of one’s life in order not to lose it all.
    Albert Camus (1913–1960)