Changes between Version 15 and Version 16 of DailyReminderScriptForTracScript
- Timestamp:
- Mar 7, 2022, 7:23:05 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DailyReminderScriptForTracScript
v15 v16 19 19 Feel free to adopt it to your needs, please test it, use it! 20 20 21 '''Note:''' Change [ https://trac-hacks.org/browser/dailyreminderscriptfortracscript/trac_reminder_report.py#L141 line 141] when upgrading from Trac 0.11.x to Trac 0.12.x due to database changes:21 '''Note:''' Change [browser:dailyreminderscriptfortracscript/trac_reminder_report.py#L141 line 141] when upgrading from Trac 0.11.x to Trac 0.12.x due to database changes: 22 22 {{{#!python 23 23 detail = detail + " created at " + str(time.strftime('%Y. %B %d. (%A) %H:%M:%S', time.gmtime(int(tkt[0]/1000000))))