C-style time_t conversion

This utility is aimed to help developers convert C-style time_t values to their date-time representation and vice- versa.
Unlike the traditional 32-bit time_t which overlaps on January 1, 2038, this utility supports 64-bit extension to time_t. However, like time_t, it starts on January 1, 1970 and does not support dates before that.

time convert utility

Download

Current version: 1.0.0.3 (November 24, 2005)
Download TimeConvert (size 60KB)

Version History

Version 1.0.0.4
Bugfix: allow characters in hexadecimal input.
Check that the input is legal decimal or hex numbers.
Add About dialog box.

Version 1.0.0.3
Decimal or hexadecimal display of the time_t.

Version 1.0.0.2
Don’t take into account the local timezone.

Version 1.0.0.1
First release outside my small beta tester community.

Freeware

This software is free. It is distributed without source code. You can do whatever you want with it.