A simple python script that saves the time and date that your project was opened and closed into a Text Node named Time Keeper. There is a python button in the User Tab to copy the Time Keeper's message to your clipboard where you can paste it wherever.
Time_Keeper
Updated: 6 March 2023
Author: nickonstad
Compatible Nuke versions: 14.0 or later
Compatibility: Windows
This is a Time_Keeper node for Nuke14
You add this to your menu.py and it tracks your time.
This will create a new Text node in your script called Time_Keeper.
The Time_Keeper node will update everytime the script is opened and closed.
The text format looks like this.
Opened
Date: 04/28/2023
Time: 07:03:10
Closed
Date: 04/28/2023
Time: 09:37:42
Opened
Date: 04/28/2023
Time: 12:06:17
You also get a copy to clipboard button under the User tab.