Tagged Questions
2
votes
5answers
2k views
Trying to set date on a Linux based machine from another machine
I am running busy box on an embedded platform. I would like to set the date on the box properly each time I reboot the hardware. I have no way to save the time persistently, so am reduced to setting ...
3
votes
1answer
736 views
How to get 3 minutes future date?
I want to get the date 3 minutes on the future. For example, if "now" is
01-Jan-70 00:00:00 GMT
I want to get
01-Jan-80 00:03:00 GMT
How should I do it? I'm working with busybox linux.