I want to generate a fixed-length (say 10 characters) hash based on current date & time. This hash will be append to names of the uploaded files from my users. How can I do
Check out strftime for python. You can format the date/time string any number of ways to get the 'look' you want.