[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Y2K-fix for TIMEMASTER II H.O.
- Subject: Y2K-fix for TIMEMASTER II H.O.
- From: Martin Landhage <martin.landhage@certeam.se>
- Date: Sun, 03 Feb 2002 11:51:38 GMT
- Newsgroups: comp.sys.apple2
- Organization: Telia Internet
- Xref: archiver1.google.com comp.sys.apple2:17172
If you run the "Display Time" on the AE TIMEMASTER II H.O., it will show
year 1902 (long before Apple II came).
Here is how to fix it:
]LOAD TIME.DATE.DISPL
]870Y=VAL(MID$(A$,FMT(AP,4),2)) + 2000
]SAVE TIME.DATE.DISPL
]RUN
Now you see the correct year!
The Sneeze program (distributed by A2-Central) contains an Y2K-bug
(Displays year 192) that is a bit harder to find. I'll try to track that
one down
also.
Regards
Martin Landhage