my website banner

initial commit
[unix-time-fix] / README.txt
1 Unix time fix
2 Proposition for fixing unix time overflow.
3 copyright 2024, David Polakovic, licensed under GPLv3
4
5 ABOUT:
6 Just like in year 1999, the unix time has its limitations.
7 This time, with 64-bit signed integer it is in year 292
8 billion. This, however, is no excuse to not fix it. In this
9 snippet I  propose algorythmic solution to this problem.
10 For more details check https://dpolakovic.space/blogs/y292b.html
11
12
13 HOW TO RUN:
14 compile with gcc or other prefered c compiler
15 run with ./fixed
16
17
18 LICENSE:
19 https://www.gnu.org/licenses/gpl-3.0.en.html
20 see LICENSE.txt
21
22 CONTACT:
23 email@dpolakovic.space
24 Fetch my GPG here: https://dpolakovic.space/gpg.html
25
26 RELEASE NOTES:
27 0.1 - algorythmic solution with simple output