
v0.39: Grademe is back in your terminal.
Try the CLI betaReturn the new timestamp when the clock can still hold it, and a refusal when it cannot.
January 19, 2038, at 03:14:07 UTC. A signed 32-bit Unix timestamp runs out of room at that exact second and flips over to December 1901. The date has already bitten early: banks writing 20-year mortgages hit it in 2018, and an AOL server fell over in 2006 while scheduling a job 30 years out. Firmware shipping today will still be running then. Add seconds to a clock with a ceiling.
add_seconds(1000, 5)Expected result
1005For your own tracking. Tests grade your code.
add_seconds(2147483640, 8)Expected result
-1Expected files
epoch.cAllowed functions
None. Write every helper yourself.
