Y2K fix for master

bbc/electron apps, languages, utils, educational progs, demos + more
Post Reply
vexorg
Posts: 309
Joined: Wed May 24, 2023 5:05 pm
Contact:

Y2K fix for master

Post by vexorg »

Is there an updated or later MOS for the master that takes care of the Y2K issue?
David
User avatar
danielj
Posts: 9907
Joined: Thu Oct 02, 2008 5:51 pm
Location: Manchester
Contact:

Re: Y2K fix for master

Post by danielj »

james
Posts: 347
Joined: Tue Aug 15, 2023 8:41 pm
Location: NE Hampshire
Contact:

Re: Y2K fix for master

Post by james »

This version includes a Y2K fix (well, it hard-codes the century to 20xx instead of 19xx) https://www.stardot.org.uk/forums/viewtopic.php?t=27904

It's in my Master and its modular nature has also allowed me to jettison View and ViewSheet.
vexorg
Posts: 309
Joined: Wed May 24, 2023 5:05 pm
Contact:

Re: Y2K fix for master

Post by vexorg »

Thank you, oddly google showed up nothing useful for me.
David
User avatar
BeebMaster
Posts: 7414
Joined: Sun Aug 02, 2009 5:59 pm
Location: Lost in the BeebVault!
Contact:

Re: Y2K fix for master

Post by BeebMaster »

I've never thought it necessary. I quite like that my Masters think it's 1924.

The only time I fiddle it is when using the TIME$-format string to date-stamp my HTML pages:

Code: Select all

 1550T$=TIME$:IFMID$(T$,12,2)="19" T$=LEFT$(T$,11)+"20"+MID$(T$,14)
Of course, that's not a permanent solution either, it will only work for the next 76 years.
Image
james
Posts: 347
Joined: Tue Aug 15, 2023 8:41 pm
Location: NE Hampshire
Contact:

Re: Y2K fix for master

Post by james »

vexorg wrote: Mon May 06, 2024 9:19 am Thank you, oddly google showed up nothing useful for me.
There's also the Doomsday ROM, which is a commercial product. http://www.sprow.co.uk/bbc/doomsday.htm
Post Reply

Return to “8-bit acorn software: other”