Reply 21300 of 29603, by davidrg
I spent a bit of time today doing some programming on my 486DX4-100 using Borland C++ 4.5 under Windows 3.11. This would be my second ever DOS program (in C) - the previous one being something to output my current IP address as DHCP flashes by too fast during startup to easily catch the output.
This program figures out if NZ Daylight Savings Time is currently in effect - this because the DOS SNTP client I use doesn't do daylight savings time; you've got to pass in the UTC offset on the command line. And I don't want to edit my autoexec.bat twice a year. So now the right thing should just happen automatically on startup - something I'll get to test on the 3rd of April.