martijnvanbrummelen / nwipe

nwipe secure disk eraser
GNU General Public License v2.0
682 stars 77 forks source link

Create function read_system_datetime() #487

Closed PartialVolume closed 11 months ago

PartialVolume commented 11 months ago

The purpose of this is to read year, month, day, hours minutes and seconds into variables for updating in the GUI prior to writing back to the system.

For systems isolated from the internet this will allow the user to update system date/time from the nwipe GUI rather than having to drop into the command line.

To complete this feature next will be to create the write_system_datetime function.