Here’s the today changelog:
implemented time.mktime()
implemented time.asctime()
implemented altzone, timezone, tzname, daylight attributes
implemented time.struct_time type
gmtime(), localtime() return struct_time instances
asctime(), mktime() accept struct_time as argument
implemented time.tzset()
the time module is almost finished. It lacks time.strftime() and time.strptime()

