CODE - Calendar Version Tags
20 Mar 2024Without having to use buildnumbers which has to be maintained in a file and requires code to increment it I’ve started using the
import datetime
current_date_time = datetime.datetime.now().strftime("%Y.%m.%d.%H%M%S%f")
print(current_date_time)
eg.
2024.03.21.101358175166