Bug 13606

Summary: is it 2038 problem?
Product: Busybox Reporter: vyaceslav
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.33.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: log

Description vyaceslav 2021-03-10 16:48:43 UTC
Created attachment 8786 [details]
log

hello

I built the system with last buldroot 2021.02

Toolchain is linaro
http://snapshots.linaro.org/components/toolchain/binaries/10.2-2021.01-3/arm-linux-gnueabihf/
that has glibc 2.32 and linux headers 5.10

now the problem:
with date and hwclock cannot set time after 2038.

see attached file
Comment 1 Denys Vlasenko 2021-06-04 18:32:26 UTC
Yes, time_t type is signed 32-bit on this arch.