Home || Resume || Software || Documents || Contact  
 
Android app on Google Play
Little Professor Banner
Little Professor
for Android


Copy Location
Shell Extension


Open with Notepad
Shell Extension


IrfanView region
capture plugin


Auto File Save
Add-In


Strip'em
Add-In


AutoCopy
chrome extension


C-style time_t conversion

Macros Page

Useful Links


we accept bitcoins
 

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.

Download

Current version: 1.0.0.3 (November 24, 2005)

Add-in only (size 60KB) - Download TimeConvert

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 comunity.

Freeware

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

Have fun