Re: [hatari-devel] Hatari clock question |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Hatari clock question
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Wed, 17 Aug 2022 18:58:44 +0200
- Authentication-results: strato.com; dkim=none
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1660755524; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=ZaUg1WrK5oKwTaHUzWtQCf+AUgjFJVHeDm+Ap9Vo6XA=; b=RI1Rwiv2FWKDwXRixfaAu743rpGkKVw6TwtBVdfbMeEW6h/gFXP608Mf/bKyEBC3Q5 8I6YsuawBn3TpFTAdEe+u3w9gkeCUE16KxJAsClev0c/ErJvRsQ751ESuUJUKiAgenks aXcL1JwmN1mb15pP2KIglALHO05SzYrBG3rpfCzOENzyA2QAEsXYu+kwn0LnS+rETGbp wIAFNP3FZSGJGahwEcEcZgMTqCCe6K+6L9naczlLH1ZPwypfjPU5BaIO9agaJkz6igW8 UV0xQmB+oplqXRj79YLxtT49aQ/vAocPHqkJphfOsMD4o6ASyhHVtMF4BNW8NU3Q2uLn P7eg==
Hi,
> > I was thinking about potential problems in the future, when the date (the
> > year in particular) value increases. I have already seen such problems on
> > old Macs, where some applications fail to process current year values.
>
> I think best option to work around that would be to add "RTC year"
> option (e.g. "--rtc-year 1990"). Hatari would then internally offset
> year from gettimeofday() with suitable amount.
Yes, just dealing with the year should be sufficient.
> What would be suitable minimum year accepted by such option, should it
> be TOS version, or machine type specific, or would e.g. 1985 work as
> minimum for everything?
1980 is the base year for the Settime() XBIOS call, so it should IMO be the
minimum for everything.
Best regards
Uwe