www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - never seed this kind problem with localtime_r

reply test123 <test123 gmail.com> writes:
I have an app, when it start localtime_r return correct value.

after some time,  localtime_r return Thu Jan  1 0:00:00 1970 for 
same input value.

please help me give any suggestion how to handle this problem.
Aug 01 2022
parent frame <frame86 live.com> writes:
On Monday, 1 August 2022 at 13:31:15 UTC, test123 wrote:

 please help me give any suggestion how to handle this problem.
errno = ?
Aug 01 2022