summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/timeconv.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduced an 'util::arbitrary_clock' template class, to represent a clock ↵ npwoods2017-04-061-15/+16
| | | | | | | | | | | that "knows" when the epoch starts (#2010) * Introduced an 'util::arbitrary_clock' template class, to represent a clock that "knows" when the epoch starts Also: - Converted the NTFS filetime code to use util::arbitrary_clock - Converted the Mac datetime code to use util::atribrary_clock This is in preparation for a bigger change to Imgtool where I eliminate usage of time_t
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-5/+5
|
* Fixed incorrect implementation of win_time_point_from_filetime() Vas Crabb2016-06-261-7/+12
|
* Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, ↵ Nathan Woods2016-06-261-0/+77
and implemented win_time_point_from_filetime() in terms of it