The repository helps to set git commits in time for timeline view.
$ npm install# Define the date you want to set (format: yyyy-MM-dd)
$NewDate = "2022-09-23"
# Set the system date and time
Set-Date -Date $NewDate
# Display the updated date and time
Get-Date
Make sure to set the date using above powershell script and then simply run the following command:
npm start