Set-System-Clock
Sets the system date and time through the use of platform dependent commands.
Only supports Windows and Linux as of now.
Installation
npm i set-system-clock -S
API
DateTimeControl.setDateTime
// @dateTime - The date and time to set the system clock toDateTimeControl;
Code Example
var DateTimeControl = ; // Sets the date and time to the date specifiedDateTimeControl;