Using the python expression time.strftime("%d/%m%Y"), my date is calculated as 12:00 am. If I drop off the day and month variables, i.e. time.strftime("%Y"), I get the date claculated as July 5, 1905. Any ideas why this might be happeneing and how I can restore the calculation to the current date.
↧