Set 64-bit representation of Windows FILETIME (100ns since 01.01.1601).
| 156 | |
| 157 | // Set 64-bit representation of Windows FILETIME (100ns since 01.01.1601). |
| 158 | void RarTime::SetWin(uint64 WinTime) |
| 159 | { |
| 160 | itime=WinTime*(TICKS_PER_SECOND/10000000); |
| 161 | } |
| 162 | |
| 163 | |
| 164 | time_t RarTime::GetUnix() |